diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-06 00:14:45 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2024-11-12 16:20:17 +0800 |
| commit | fcba961db7bace270742fdf320be71c6116e5f13 (patch) | |
| tree | bced7f8a00dfd69b57a223ea53de934b6f3621b0 /src/ci | |
| parent | 9a9daddd0dacfe8c5e8eaa07cfd054a3631bcde7 (diff) | |
| download | rust-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/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 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 |
