File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -323,17 +323,6 @@ jobs:
323323 NO_DEBUG_ASSERTIONS : 1
324324 NO_OVERFLOW_CHECKS : 1
325325 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
337326 - name : x86_64-apple-1
338327 env :
339328 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:
504504 NO_OVERFLOW_CHECKS : 1
505505 << : *job-macos-xl
506506
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-
519507 - name : x86_64-apple-1
520508 env : &env-x86_64-apple-tests
521509 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