• Jordan Christiansen's avatar
    circleci: Re-enable Alpine latest · 7795c2b3
    Jordan Christiansen authored
    Alpine 3.14 includes a newer version of musl that uses the newer
    faccessat2 syscall, which is not yet allowlisted by the seccomp filter
    in older Docker versions. Docker 20.10.0+ allows this new syscall.
    
    In this patch, we configure Circle to set up a Docker 20.10+ environment
    where we can run Alpine 3.14 builds.
    7795c2b3
config.yml 12.6 KB