about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2024-11-06 00:14:45 +0800
committerJieyou Xu <jieyouxu@outlook.com>2024-11-12 16:20:17 +0800
commitfcba961db7bace270742fdf320be71c6116e5f13 (patch)
treebced7f8a00dfd69b57a223ea53de934b6f3621b0 /src/ci
parent9a9daddd0dacfe8c5e8eaa07cfd054a3631bcde7 (diff)
downloadrust-fcba961db7bace270742fdf320be71c6116e5f13.tar.gz
rust-fcba961db7bace270742fdf320be71c6116e5f13.zip
ci: liberate `aarch64-gnu-debug` from the shackles of `--test-args=clang`
And run all eligible run-make tests.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile b/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
index dcfea77149e..eb39861d8c7 100644
--- a/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
+++ b/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
@@ -55,4 +55,4 @@ ENV RUST_CONFIGURE_ARGS \
 
 ENV SCRIPT \
   python3 ../x.py --stage 2 build && \
-  python3 ../x.py --stage 2 test tests/run-make --test-args clang
+  python3 ../x.py --stage 2 test tests/run-make