diff options
| author | bors <bors@rust-lang.org> | 2025-05-28 14:20:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-28 14:20:52 +0000 |
| commit | 40311c4dcf666e8bddcec4a8059e7d9f12bbd363 (patch) | |
| tree | 4aad8fc8472c3eff6c65909645292a6893ee4f79 /src/ci/docker/scripts | |
| parent | 77101febcc9662a076ff43887497cd5b30674d93 (diff) | |
| parent | 1b7a927d846ae02c3a403be0eb47714c557c49b4 (diff) | |
| download | rust-40311c4dcf666e8bddcec4a8059e7d9f12bbd363.tar.gz rust-40311c4dcf666e8bddcec4a8059e7d9f12bbd363.zip | |
Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol
ci: move tests from x86_64-gnu-llvm-19 job to aarch64
Diffstat (limited to 'src/ci/docker/scripts')
| -rwxr-xr-x | src/ci/docker/scripts/x86_64-gnu-llvm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/scripts/x86_64-gnu-llvm.sh b/src/ci/docker/scripts/x86_64-gnu-llvm.sh index e0435a3ff5c..5fa17d954c3 100755 --- a/src/ci/docker/scripts/x86_64-gnu-llvm.sh +++ b/src/ci/docker/scripts/x86_64-gnu-llvm.sh @@ -2,8 +2,8 @@ set -ex -# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux. -../x.py --stage 2 test --skip src/tools/tidy +# NOTE: intentionally uses `x`, and `x.ps1` to make sure they work on Linux. +# Make sure that `x.py` is tested elsewhere. # Run the `mir-opt` tests again but this time for a 32-bit target. # This enforces that tests using `// EMIT_MIR_FOR_EACH_BIT_WIDTH` have |
