diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-20 08:56:00 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-05-20 08:56:00 +0200 |
| commit | cb07fd8cf767d1f158ab1bfb06a7f99deebf8c82 (patch) | |
| tree | 976f19843fa169fd6ca954b125de24330a4ed1a1 /src/ci/github-actions | |
| parent | a8e4c68dcb4dc1e48a0db294c5323cab0227fcb9 (diff) | |
| download | rust-cb07fd8cf767d1f158ab1bfb06a7f99deebf8c82.tar.gz rust-cb07fd8cf767d1f158ab1bfb06a7f99deebf8c82.zip | |
Miri CI: test aarch64-apple-darwin in PRs instead of the x86_64 target
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 42ad5acbdac..988d1057630 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -522,11 +522,13 @@ auto: - name: x86_64-msvc-ext2 env: SCRIPT: > - python x.py test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass && + python x.py test --stage 2 src/tools/miri --target x86_64-apple-darwin --test-args pass && python x.py test --stage 2 src/tools/miri --target x86_64-pc-windows-gnu --test-args pass && python x.py miri --stage 2 library/core --test-args notest && python x.py miri --stage 2 library/alloc --test-args notest && python x.py miri --stage 2 library/std --test-args notest + # The last 3 lines smoke-test `x.py miri`. This doesn't run any actual tests (that would take + # too long), but it ensures that the crates build properly when tested with Miri. RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld <<: *job-windows |
