about summary refs log tree commit diff
path: root/src/ci/docker/host-aarch64/aarch64-gnu-debug
AgeCommit message (Collapse)AuthorLines
2025-09-05ci: update jobs to also run `tests/run-make-cargo`Jieyou Xu-1/+1
For the ones that explicitly picks which test suite to run.
2025-03-14Remove `RUN_CHECK_WITH_PARALLEL_QUERIES`Jakub Beránek-1/+0
It is useless after the removal of the parallel compiler configuration.
2024-11-12ci: liberate `aarch64-gnu-debug` from the shackles of `--test-args=clang`Jieyou Xu-1/+1
And run all eligible run-make tests.
2024-10-24ci: add aarch64-gnu-debug jobDavid Wood-0/+58
Adds a new CI job which checks that the compiler builds with `--enable-debug` and tests that `needs-force-clang-based-tests` pass (where cross-language LTO is tested).