File tree 2 files changed +0
-65
lines changed
2 files changed +0
-65
lines changed Original file line number Diff line number Diff line change @@ -404,35 +404,6 @@ jobs:
404
404
NO_LLVM_ASSERTIONS : 1
405
405
NO_DEBUG_ASSERTIONS : 1
406
406
os : macos-latest
407
- - name : dist-x86_64-apple
408
- env :
409
- SCRIPT : " ./x.py dist"
410
- RUST_CONFIGURE_ARGS : " --host=x86_64-apple-darwin --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
411
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
412
- MACOSX_DEPLOYMENT_TARGET : 10.7
413
- NO_LLVM_ASSERTIONS : 1
414
- NO_DEBUG_ASSERTIONS : 1
415
- DIST_REQUIRE_ALL_TOOLS : 1
416
- os : macos-latest
417
- - name : dist-x86_64-apple-alt
418
- env :
419
- SCRIPT : " ./x.py dist"
420
- RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
421
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
422
- MACOSX_DEPLOYMENT_TARGET : 10.7
423
- NO_LLVM_ASSERTIONS : 1
424
- NO_DEBUG_ASSERTIONS : 1
425
- os : macos-latest
426
- - name : x86_64-apple
427
- env :
428
- SCRIPT : " ./x.py --stage 2 test"
429
- RUST_CONFIGURE_ARGS : " --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
430
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
431
- MACOSX_DEPLOYMENT_TARGET : 10.8
432
- MACOSX_STD_DEPLOYMENT_TARGET : 10.7
433
- NO_LLVM_ASSERTIONS : 1
434
- NO_DEBUG_ASSERTIONS : 1
435
- os : macos-latest
436
407
- name : x86_64-msvc-1
437
408
env :
438
409
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
Original file line number Diff line number Diff line change @@ -436,42 +436,6 @@ jobs:
436
436
# macOS Builders #
437
437
# ###################
438
438
439
- - name : dist-x86_64-apple
440
- env :
441
- SCRIPT : ./x.py dist
442
- RUST_CONFIGURE_ARGS : --host=x86_64-apple-darwin --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
443
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
444
- MACOSX_DEPLOYMENT_TARGET : 10.7
445
- NO_LLVM_ASSERTIONS : 1
446
- NO_DEBUG_ASSERTIONS : 1
447
- DIST_REQUIRE_ALL_TOOLS : 1
448
- << : *job-macos-xl
449
-
450
- - name : dist-x86_64-apple-alt
451
- env :
452
- SCRIPT : ./x.py dist
453
- RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
454
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
455
- MACOSX_DEPLOYMENT_TARGET : 10.7
456
- NO_LLVM_ASSERTIONS : 1
457
- NO_DEBUG_ASSERTIONS : 1
458
- << : *job-macos-xl
459
-
460
- - name : x86_64-apple
461
- env :
462
- SCRIPT : ./x.py --stage 2 test
463
- RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
464
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
465
- MACOSX_DEPLOYMENT_TARGET : 10.8
466
- MACOSX_STD_DEPLOYMENT_TARGET : 10.7
467
- NO_LLVM_ASSERTIONS : 1
468
- NO_DEBUG_ASSERTIONS : 1
469
- << : *job-macos-xl
470
-
471
- # ###################
472
- # macOS Builders #
473
- # ###################
474
-
475
439
- name : dist-x86_64-apple
476
440
env :
477
441
SCRIPT : ./x.py dist
You can’t perform that action at this time.
0 commit comments