File tree 2 files changed +22
-5
lines changed
2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,20 @@ jobs:
319
319
NO_DEBUG_ASSERTIONS : 1
320
320
NO_OVERFLOW_CHECKS : 1
321
321
os : macos-latest
322
- - name : x86_64-apple
322
+ - name : x86_64-apple-1
323
323
env :
324
- SCRIPT : " ./x.py --stage 2 test"
324
+ SCRIPT : " ./x.py --stage 2 test --exclude src/test/ui --exclude src/test/rustdoc --exclude src/test/run-make-fulldeps"
325
+ RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
326
+ RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
327
+ MACOSX_DEPLOYMENT_TARGET : 10.8
328
+ MACOSX_STD_DEPLOYMENT_TARGET : 10.7
329
+ NO_LLVM_ASSERTIONS : 1
330
+ NO_DEBUG_ASSERTIONS : 1
331
+ NO_OVERFLOW_CHECKS : 1
332
+ os : macos-latest
333
+ - name : x86_64-apple-2
334
+ env :
335
+ SCRIPT : " ./x.py --stage 2 test src/test/ui src/test/rustdoc src/test/run-make-fulldeps"
325
336
RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
326
337
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
327
338
MACOSX_DEPLOYMENT_TARGET : 10.8
Original file line number Diff line number Diff line change @@ -486,9 +486,9 @@ jobs:
486
486
NO_OVERFLOW_CHECKS : 1
487
487
<< : *job-macos-xl
488
488
489
- - name : x86_64-apple
490
- env :
491
- SCRIPT : ./x.py --stage 2 test
489
+ - name : x86_64-apple-1
490
+ env : &env-x86_64-apple-tests
491
+ SCRIPT : ./x.py --stage 2 test --exclude src/test/ui --exclude src/test/rustdoc --exclude src/test/run-make-fulldeps
492
492
RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
493
493
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
494
494
MACOSX_DEPLOYMENT_TARGET : 10.8
@@ -498,6 +498,12 @@ jobs:
498
498
NO_OVERFLOW_CHECKS : 1
499
499
<< : *job-macos-xl
500
500
501
+ - name : x86_64-apple-2
502
+ env :
503
+ SCRIPT : ./x.py --stage 2 test src/test/ui src/test/rustdoc src/test/run-make-fulldeps
504
+ << : *env-x86_64-apple-tests
505
+ << : *job-macos-xl
506
+
501
507
# This target only needs to support 11.0 and up as nothing else supports the hardware
502
508
- name : dist-aarch64-apple
503
509
env :
You can’t perform that action at this time.
0 commit comments