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 8dd70de commit a0323ddCopy full SHA for a0323dd
src/ci/github-actions/jobs.yml
@@ -482,9 +482,19 @@ auto:
482
483
- name: aarch64-apple
484
env:
485
- SCRIPT: >
486
- ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
487
- ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin src/tools/cargo
+ SCRIPT: >-
+ ./x.py test
+ --stage 2
488
+ --host=aarch64-apple-darwin
489
+ --target=aarch64-apple-darwin
490
+
491
+ &&
492
493
494
495
496
497
+ src/tools/cargo
498
RUST_CONFIGURE_ARGS: >-
499
--enable-sanitizers
500
--enable-profiler
0 commit comments