about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/armhf-gnu
AgeCommit message (Collapse)AuthorLines
2023-07-21ci: Update armhf-gnu to ubuntu:22.04Josh Stone-185/+448
2023-07-16CI: build CMake 3.20 to support LLVM 17Jakub Beránek-0/+4
2022-11-17install the target g++ in armhf-gnuPietro Albini-1/+1
2022-08-20Add global safe.directory for CIMark Rousskov-0/+2
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-01-30Update armhf-gnu to Ubuntu 20.04Nikita Popov-21/+25
This requires updating the used Linux kernel to avoid an assembler error, the used busybox version to avoid a linker error, the used rootfs to match the host version and the qemu flags to work with the newer version.
2020-10-23Fix Ubuntu download URLJonas Schievink-1/+1
2020-09-29Use --host='' instead of --host ''Tyler Mandry-1/+1
Trying to fix a problem in CI. Maybe some version of Docker is not passing '' args correctly?
2020-09-28Update CI scripts to accommodate --host changeTyler Mandry-1/+1
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/+2993
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.