about summary refs log tree commit diff
path: root/src/ci/docker/host-aarch64/aarch64-gnu-debug
AgeCommit message (Collapse)AuthorLines
2025-09-23Changes some aarch64 CIs g++ install & ubuntu ver.Reuben Cruise-1/+1
GCS support was added to GCC in version 15, thus the rmake test for this patch requires GCC15 Similarly, the ubuntu version is updated so the newer clang version is available, and/or GCC15 is the default.
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).