ci: Change 64-bit Docker images to ubuntu:24.1023.10 is EOL so update to the latest stable version. This changeexcludes sparc which is stuck on an older version.(backport <https://github.com/rus
ci: Change 64-bit Docker images to ubuntu:24.1023.10 is EOL so update to the latest stable version. This changeexcludes sparc which is stuck on an older version.(backport <https://github.com/rust-lang/libc/pull/4120>)(cherry picked from commit 0c9abeff5569581f2f459524194b5bfca693bbd8)
show more ...
Upgrade Docker images to Ubuntu 23.10
Update Docker image to Ubuntu 22.04Signed-off-by: Yuki Okushi <[email protected]>
Update Ubuntu images to 20.04
Update Ubuntu images to 19.10
Update Ubuntu images to 19.04
Upgrade bunch of EOL docker images to Ubuntu 18.04
Leverage Cargo's target runner support to execute tests
Use Ubuntu 17.10 as the base image
Test against newer c librariesSpecifically:* Update the base docker images to ubuntu 16.10* Update musl to version 1.1.15This is necessary since the versions we were previously using do notde
Test against newer c librariesSpecifically:* Update the base docker images to ubuntu 16.10* Update musl to version 1.1.15This is necessary since the versions we were previously using do notdefine CLONE_NEWCGROUP, so adding the symbol to the libc crate causestest failures.
Fix CC for powerpc64
Fix and add testing for powerpc64