about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/dist-mips64-linux
AgeCommit message (Collapse)AuthorLines
2023-04-26ci: refactor crosstool-ng to use mini-defconfigJosh Stone-827/+19
2023-04-26ci: upgrade to crosstool-ng 1.25.0Josh Stone-64/+122
2023-04-17Spelling src/ciJosh Soref-1/+1
* architecture * configures * preparation * toolstate * unknown Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-10-14Upgrade dist-mips*-linux to ubuntu:22.04 + crosstool-ngJosh Stone-22/+789
These have no change in compatibility, still Linux 4.4 and glibc 2.23.
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-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.
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.