File tree 2 files changed +0
-23
lines changed
2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -323,17 +323,6 @@ jobs:
323
323
NO_DEBUG_ASSERTIONS : 1
324
324
NO_OVERFLOW_CHECKS : 1
325
325
os : macos-13
326
- - name : dist-x86_64-apple-alt
327
- env :
328
- SCRIPT : " ./x.py dist bootstrap --include-default-paths"
329
- RUST_CONFIGURE_ARGS : " --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
330
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
331
- MACOSX_DEPLOYMENT_TARGET : 10.7
332
- SELECT_XCODE : /Applications/Xcode_13.4.1.app
333
- NO_LLVM_ASSERTIONS : 1
334
- NO_DEBUG_ASSERTIONS : 1
335
- NO_OVERFLOW_CHECKS : 1
336
- os : macos-13
337
326
- name : x86_64-apple-1
338
327
env :
339
328
SCRIPT : " ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps"
Original file line number Diff line number Diff line change @@ -504,18 +504,6 @@ jobs:
504
504
NO_OVERFLOW_CHECKS : 1
505
505
<< : *job-macos-xl
506
506
507
- - name : dist-x86_64-apple-alt
508
- env :
509
- SCRIPT : ./x.py dist bootstrap --include-default-paths
510
- RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc --set llvm.ninja=false
511
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
512
- MACOSX_DEPLOYMENT_TARGET : 10.7
513
- SELECT_XCODE : /Applications/Xcode_13.4.1.app
514
- NO_LLVM_ASSERTIONS : 1
515
- NO_DEBUG_ASSERTIONS : 1
516
- NO_OVERFLOW_CHECKS : 1
517
- << : *job-macos-xl
518
-
519
507
- name : x86_64-apple-1
520
508
env : &env-x86_64-apple-tests
521
509
SCRIPT : ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
You can’t perform that action at this time.
0 commit comments