@@ -412,7 +412,7 @@ auto:
412
412
# macOS Builders #
413
413
# ###################
414
414
415
- - name : dist-x86_64-apple
415
+ - name : dist-x86_64-apple-alt
416
416
env :
417
417
SCRIPT : >-
418
418
./x.py dist bootstrap
@@ -431,14 +431,11 @@ auto:
431
431
MACOSX_DEPLOYMENT_TARGET : 10.12
432
432
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
433
433
SELECT_XCODE : /Applications/Xcode_15.2.app
434
- NO_LLVM_ASSERTIONS : 1
435
- NO_DEBUG_ASSERTIONS : 1
436
- NO_OVERFLOW_CHECKS : 1
437
434
DIST_REQUIRE_ALL_TOOLS : 1
438
435
CODEGEN_BACKENDS : llvm,cranelift
439
436
<< : *job-macos
440
437
441
- - name : dist-apple-various
438
+ - name : dist-apple-various-alt
442
439
env :
443
440
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
444
441
# Mac Catalyst cannot currently compile the sanitizer:
@@ -449,12 +446,9 @@ auto:
449
446
MACOSX_DEPLOYMENT_TARGET : 10.12
450
447
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
451
448
SELECT_XCODE : /Applications/Xcode_15.2.app
452
- NO_LLVM_ASSERTIONS : 1
453
- NO_DEBUG_ASSERTIONS : 1
454
- NO_OVERFLOW_CHECKS : 1
455
449
<< : *job-macos
456
450
457
- - name : dist-aarch64-apple
451
+ - name : dist-aarch64-apple-alt
458
452
env :
459
453
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
460
454
RUST_CONFIGURE_ARGS : >-
@@ -471,14 +465,11 @@ auto:
471
465
# supports the hardware.
472
466
MACOSX_DEPLOYMENT_TARGET : 11.0
473
467
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
474
- NO_LLVM_ASSERTIONS : 1
475
- NO_DEBUG_ASSERTIONS : 1
476
- NO_OVERFLOW_CHECKS : 1
477
468
DIST_REQUIRE_ALL_TOOLS : 1
478
469
CODEGEN_BACKENDS : llvm,cranelift
479
470
<< : *job-macos
480
471
481
- - name : aarch64-apple
472
+ - name : aarch64-apple-alt
482
473
env :
483
474
SCRIPT : >
484
475
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&
@@ -493,9 +484,6 @@ auto:
493
484
# supports the hardware, so only need to test it there.
494
485
MACOSX_DEPLOYMENT_TARGET : 11.0
495
486
MACOSX_STD_DEPLOYMENT_TARGET : 11.0
496
- NO_LLVM_ASSERTIONS : 1
497
- NO_DEBUG_ASSERTIONS : 1
498
- NO_OVERFLOW_CHECKS : 1
499
487
<< : *job-macos
500
488
501
489
# #####################
0 commit comments