@@ -437,7 +437,7 @@ auto:
437
437
# macOS Builders #
438
438
# ###################
439
439
440
- - name : dist-x86_64-apple
440
+ - name : dist-x86_64-apple-alt
441
441
env :
442
442
SCRIPT : >-
443
443
./x.py dist bootstrap
@@ -456,14 +456,11 @@ auto:
456
456
MACOSX_DEPLOYMENT_TARGET : 10.12
457
457
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
458
458
SELECT_XCODE : /Applications/Xcode_15.2.app
459
- NO_LLVM_ASSERTIONS : 1
460
- NO_DEBUG_ASSERTIONS : 1
461
- NO_OVERFLOW_CHECKS : 1
462
459
DIST_REQUIRE_ALL_TOOLS : 1
463
460
CODEGEN_BACKENDS : llvm,cranelift
464
461
<< : *job-macos
465
462
466
- - name : dist-apple-various
463
+ - name : dist-apple-various-alt
467
464
env :
468
465
SCRIPT : ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
469
466
# Mac Catalyst cannot currently compile the sanitizer:
@@ -474,12 +471,9 @@ auto:
474
471
MACOSX_DEPLOYMENT_TARGET : 10.12
475
472
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
476
473
SELECT_XCODE : /Applications/Xcode_15.2.app
477
- NO_LLVM_ASSERTIONS : 1
478
- NO_DEBUG_ASSERTIONS : 1
479
- NO_OVERFLOW_CHECKS : 1
480
474
<< : *job-macos
481
475
482
- - name : dist-aarch64-apple
476
+ - name : dist-aarch64-apple-alt
483
477
env :
484
478
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
485
479
RUST_CONFIGURE_ARGS : >-
@@ -496,14 +490,11 @@ auto:
496
490
# supports the hardware.
497
491
MACOSX_DEPLOYMENT_TARGET : 11.0
498
492
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
499
- NO_LLVM_ASSERTIONS : 1
500
- NO_DEBUG_ASSERTIONS : 1
501
- NO_OVERFLOW_CHECKS : 1
502
493
DIST_REQUIRE_ALL_TOOLS : 1
503
494
CODEGEN_BACKENDS : llvm,cranelift
504
495
<< : *job-macos
505
496
506
- - name : aarch64-apple
497
+ - name : aarch64-apple-alt
507
498
env :
508
499
SCRIPT : >
509
500
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
@@ -518,9 +509,6 @@ auto:
518
509
# supports the hardware, so only need to test it there.
519
510
MACOSX_DEPLOYMENT_TARGET : 11.0
520
511
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
521
- NO_LLVM_ASSERTIONS : 1
522
- NO_DEBUG_ASSERTIONS : 1
523
- NO_OVERFLOW_CHECKS : 1
524
512
<< : *job-macos
525
513
526
514
# #####################
0 commit comments