We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9eb75 commit c1f76b3Copy full SHA for c1f76b3
src/ci/github-actions/jobs.yml
@@ -479,9 +479,19 @@ auto:
479
480
- name: aarch64-apple
481
env:
482
- SCRIPT: >
483
- ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
484
- ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo
+ SCRIPT: >-
+ ./x.py test
+ --stage 2
485
+ --host=aarch64-apple-darwin
486
+ --target=aarch64-apple-darwin
487
+
488
+ &&
489
490
491
492
493
494
+ src/tools/cargo
495
RUST_CONFIGURE_ARGS: >-
496
--enable-sanitizers
497
--enable-profiler
0 commit comments