about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/x86_64-gnu-aux
AgeCommit message (Collapse)AuthorLines
2024-04-07disable debug assertions to speed up the check-aux jobRalf Jung-0/+4
2022-12-02reduce docker image sizes by cleaning cache/squashing stepsklensy-1/+2
2022-08-23ci: Upgrade non-dist Linux testers from 16.04 to 22.04Josh Stone-10/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-0/+4
See comment added for details on the test builder restriction. This is primarily intended for macOS CI, but is likely to be a slight win on other builders too.
2022-08-09Allow old toolchain on some imagesNikita Popov-1/+2
LLVM 16 will require GCC >= 7.1. For now, set the flag that allows using an older toolchain.
2021-06-28Install tidy on x86_64-gnu-aux target to run html checkGuillaume Gomez-1/+2
2021-05-26Enforce rustdoc-gui test-suite runGuillaume Gomez-22/+2
2021-03-01Build newer version of cmake in Docker imagesNikita Popov-0/+3
LLVM requires CMake 3.13.4, which is only available as of Ubuntu 20.04. On images using an older version, build it manually.
2021-02-21Update CI scriptsGuillaume Gomez-2/+22
2020-08-26Install ninja on CI buildersJosh Triplett-0/+1
Windows CI builds already install ninja. Install it in all the Docker-based builds as well.
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-0/+25
We need to add runners designed for an aarch64 host system, and it'd be nice to return an error message if someone tries to run an image designed for an host architecture in another one. To start the work on this, this commit moves all the existing builders in the host-x86_64 directory, and changes the run.sh script to look up the image in the correct directory based on the host architecture.