|
92 | 92 | - name: install sccache
|
93 | 93 | run: src/ci/scripts/install-sccache.sh
|
94 | 94 | if: success() && !env.SKIP_JOB
|
95 |
| - - name: select Xcode |
96 |
| - run: src/ci/scripts/select-xcode.sh |
97 |
| - if: success() && !env.SKIP_JOB |
98 | 95 | - name: install clang
|
99 | 96 | run: src/ci/scripts/install-clang.sh
|
100 | 97 | if: success() && !env.SKIP_JOB
|
@@ -322,7 +319,6 @@ jobs:
|
322 | 319 | SCRIPT: "./x.py dist --stage 2"
|
323 | 320 | RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --host=aarch64-apple-darwin --target=aarch64-apple-darwin --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
|
324 | 321 | RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
|
325 |
| - SELECT_XCODE: /Applications/Xcode_12.2.app |
326 | 322 | USE_XCODE_CLANG: 1
|
327 | 323 | MACOSX_DEPLOYMENT_TARGET: 11.0
|
328 | 324 | MACOSX_STD_DEPLOYMENT_TARGET: 11.0
|
@@ -467,9 +463,6 @@ jobs:
|
467 | 463 | - name: install sccache
|
468 | 464 | run: src/ci/scripts/install-sccache.sh
|
469 | 465 | if: success() && !env.SKIP_JOB
|
470 |
| - - name: select Xcode |
471 |
| - run: src/ci/scripts/select-xcode.sh |
472 |
| - if: success() && !env.SKIP_JOB |
473 | 466 | - name: install clang
|
474 | 467 | run: src/ci/scripts/install-clang.sh
|
475 | 468 | if: success() && !env.SKIP_JOB
|
@@ -580,9 +573,6 @@ jobs:
|
580 | 573 | - name: install sccache
|
581 | 574 | run: src/ci/scripts/install-sccache.sh
|
582 | 575 | if: success() && !env.SKIP_JOB
|
583 |
| - - name: select Xcode |
584 |
| - run: src/ci/scripts/select-xcode.sh |
585 |
| - if: success() && !env.SKIP_JOB |
586 | 576 | - name: install clang
|
587 | 577 | run: src/ci/scripts/install-clang.sh
|
588 | 578 | if: success() && !env.SKIP_JOB
|
|
0 commit comments