diff options
| author | bors <bors@rust-lang.org> | 2025-05-29 08:53:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-29 08:53:27 +0000 |
| commit | 8afd71079a729ac002298239f5010ccaac5807ca (patch) | |
| tree | fac27114f990730b9bda49913473a4100bda5a2d /src/ci | |
| parent | 38081f22c2d7380f272aa1d7fa9b935637701c2d (diff) | |
| parent | ee3e807f908effe4f87b1063ef804ed8ebb4fdc9 (diff) | |
| download | rust-8afd71079a729ac002298239f5010ccaac5807ca.tar.gz rust-8afd71079a729ac002298239f5010ccaac5807ca.zip | |
Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt
Rollup of 4 pull requests Successful merges: - rust-lang/rust#138285 (Stabilize `repr128`) - rust-lang/rust#139994 (add `CStr::display`) - rust-lang/rust#141571 (coretests: extend and simplify float tests) - rust-lang/rust#141656 (CI: Add cargo tests to aarch64-apple-darwin) Failed merges: - rust-lang/rust#141430 (remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`) - rust-lang/rust#141636 (avoid some usages of `&mut P<T>` in AST visitors) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci')
| -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 f32f9cd45a8..f9a46396630 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -469,7 +469,9 @@ auto: - name: aarch64-apple env: - SCRIPT: ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin + SCRIPT: > + ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin && + ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo RUST_CONFIGURE_ARGS: >- --enable-sanitizers --enable-profiler |
