| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-15 | Fix handling of SCRIPT_ARG in docker images | Nikita 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-20 | Remove the `add_dummy_commit.sh` hack | Jakub 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-14 | ci: add runners for vanilla LLVM 20 | Josh 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. | ||||
