ci: Change 32-bit Docker images to use EOL repos(backport <https://github.com/rust-lang/libc/pull/4120>)(cherry picked from commit 9830960c19c53b1527593413e0f55c8cfb067344)
Upgrade Docker images to Ubuntu 23.10
Update Docker image to Ubuntu 22.04Signed-off-by: Yuki Okushi <[email protected]>
Update Ubuntu image to 20.04
Update Ubuntu images to 20.04
Update Ubuntu images to 19.10
Update Ubuntu images to 19.04
Move some containers to ubuntu 18.04Apparently 17.04 is broken now?
Tweak x86 gnu imagesApparently the 17.10 image broke?
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.
show more ...
Use docker for all CI tests and imagesPreviously we were somewhat half-Docker, half-Travis, half apt-get, etc. Thiscommit alters the CI infrastructure to use Docker images for each target. Thissh
Use docker for all CI tests and imagesPreviously we were somewhat half-Docker, half-Travis, half apt-get, etc. Thiscommit alters the CI infrastructure to use Docker images for each target. Thisshould make it much easier to update the images and tweak various bits andpieces of installed software. Additionally, it's also much clearer now what'sneeded for each suite of tests!Some images were updated a bit (e.g. musl is now 1.1.14), but other imagesencountered failures when updating so they're not getting updated just yet.