about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/x86_64-gnu
AgeCommit message (Collapse)AuthorLines
2024-08-25enable `llvm.libzstd` on test x64 linux builderRémy Rakic-1/+2
2024-08-09Add zlib and zstd dev packages for building lld.Kyle Huey-0/+2
2023-07-21ci: Update x86_64-gnu to ubuntu:22.04Josh Stone-4/+1
2023-07-16CI: build CMake 3.20 to support LLVM 17Jakub Beránek-0/+3
2023-03-22Use -m option instead of looking for a cross-compiling version of dlltoolDaniel Paoliello-0/+1
2022-12-02reduce docker image sizes by cleaning cache/squashing stepsklensy-1/+2
2020-10-28ci: update x86_64-gnu and x86_64-gnu-debug to ubuntu:20.04Josh Stone-1/+2
The former `ubuntu:19.10` reached EOL in July, 2020, whereas `ubuntu:20.04` is an LTS release supported until 2025. These are non-dist CI images, so the impact should be low.
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-27Use --stage 2 explicitly in CIJoshua Nelson-1/+1
- expand yaml anchors - don't use --stage 2 for dist; that's already the default
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-0/+26
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.