about summary refs log tree commit diff
path: root/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-09-05 16:47:35 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-09-05 21:39:49 +0800
commitc959d3a54156593e58d480f53edafe681c031c19 (patch)
treeabdf69b0e8a5eb8292cd3269f3d3630cf512bf90 /src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
parent9504090e7de2651b23ff83aaff7ef6eceab0024c (diff)
downloadrust-c959d3a54156593e58d480f53edafe681c031c19.tar.gz
rust-c959d3a54156593e58d480f53edafe681c031c19.zip
ci: update jobs to also run `tests/run-make-cargo`
For the ones that explicitly picks which test suite to run.
Diffstat (limited to 'src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile')
-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 cf030f6830e..71de8f917fa 100644
--- a/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
+++ b/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile
@@ -54,4 +54,4 @@ ENV RUST_CONFIGURE_ARGS \
 
 ENV SCRIPT \
   python3 ../x.py --stage 2 build && \
-  python3 ../x.py --stage 2 test tests/run-make
+  python3 ../x.py --stage 2 test tests/run-make tests/run-make-cargo