diff options
| author | bors <bors@rust-lang.org> | 2024-11-17 20:51:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-11-17 20:51:52 +0000 |
| commit | 5ec7d6eee7e0f5236ec1559499070eaf836bc608 (patch) | |
| tree | 04e4a20cd65d1c51b49fb489a9b407fdb7cb6f19 /src/ci/docker | |
| parent | a8e75c53d0036b5d012cbc0ee5de17f8991fe60c (diff) | |
| parent | a6dac708f53b91993cc6466aa4fd57f3e820d56e (diff) | |
| download | rust-5ec7d6eee7e0f5236ec1559499070eaf836bc608.tar.gz rust-5ec7d6eee7e0f5236ec1559499070eaf836bc608.zip | |
Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzol
Liberate `aarch64-gnu-debug` from the shackles of `--test-args=clang` ### Changes - Drop `--test-args=clang` from `aarch64-gnu-debug` so run-make tests that are `//@ needs-force-clang-based-tests` no longer only run if their test name contains `clang` (which is a very cool footgun). - Reorganize run-make-suport library slightly to accommodate a raw gcc invocation. - Fix `tests/run-make/mte-ffi/rmake.rs` to use `gcc` instead of *a* c compiler. try-job: aarch64-gnu try-job: aarch64-gnu-debug
Diffstat (limited to 'src/ci/docker')
| -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 |
