diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 16:47:35 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 21:39:49 +0800 |
| commit | c959d3a54156593e58d480f53edafe681c031c19 (patch) | |
| tree | abdf69b0e8a5eb8292cd3269f3d3630cf512bf90 /src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile | |
| parent | 9504090e7de2651b23ff83aaff7ef6eceab0024c (diff) | |
| download | rust-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/Dockerfile | 2 |
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 |
