about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/x86_64-gnu-llvm-20
AgeCommit message (Collapse)AuthorLines
2025-07-15Fix handling of SCRIPT_ARG in docker imagesNikita Popov-8/+6
Instead of making this a build parameter, pass the SCRIPT as an environment variable. To this purpose, normalize on always referring to a script in `/scripts`. For i686-gnu-nopt-2 I had to create a separate script, because Docker seems to be really terrible at command line argument parsing, so it's not possible to pass an environment variable that contains whitespace.
2025-04-20Remove the `add_dummy_commit.sh` hackJakub Beránek-2/+1
The new git tests should be enough to check this scenario. We should ideally not be creating dummy commits on CI.
2025-04-14ci: add runners for vanilla LLVM 20Josh Stone-0/+69
Ubuntu 25.04 has `llvm-20` packages that we can start testing with. The `Dockerfile` is otherwise the same as the `llvm-18`/`19` runners.