|
96 | 96 | - name: install sccache |
97 | 97 | run: src/ci/scripts/install-sccache.sh |
98 | 98 | if: success() && !env.SKIP_JOB |
| 99 | + - name: select Xcode |
| 100 | + run: src/ci/scripts/select-xcode.sh |
| 101 | + if: success() && !env.SKIP_JOB |
99 | 102 | - name: install clang |
100 | 103 | run: src/ci/scripts/install-clang.sh |
101 | 104 | if: success() && !env.SKIP_JOB |
@@ -353,6 +356,7 @@ jobs: |
353 | 356 | SCRIPT: "./x.py dist bootstrap --include-default-paths --stage 2" |
354 | 357 | RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --host=aarch64-apple-darwin --target=aarch64-apple-darwin --enable-full-tools --enable-sanitizers --enable-profiler --disable-docs --set rust.jemalloc --set llvm.ninja=false" |
355 | 358 | RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 |
| 359 | + SELECT_XCODE: /Applications/Xcode_12.2.app |
356 | 360 | USE_XCODE_CLANG: 1 |
357 | 361 | MACOSX_DEPLOYMENT_TARGET: 11.0 |
358 | 362 | MACOSX_STD_DEPLOYMENT_TARGET: 11.0 |
@@ -503,6 +507,9 @@ jobs: |
503 | 507 | - name: install sccache |
504 | 508 | run: src/ci/scripts/install-sccache.sh |
505 | 509 | if: success() && !env.SKIP_JOB |
| 510 | + - name: select Xcode |
| 511 | + run: src/ci/scripts/select-xcode.sh |
| 512 | + if: success() && !env.SKIP_JOB |
506 | 513 | - name: install clang |
507 | 514 | run: src/ci/scripts/install-clang.sh |
508 | 515 | if: success() && !env.SKIP_JOB |
@@ -615,6 +622,9 @@ jobs: |
615 | 622 | - name: install sccache |
616 | 623 | run: src/ci/scripts/install-sccache.sh |
617 | 624 | if: success() && !env.SKIP_JOB |
| 625 | + - name: select Xcode |
| 626 | + run: src/ci/scripts/select-xcode.sh |
| 627 | + if: success() && !env.SKIP_JOB |
618 | 628 | - name: install clang |
619 | 629 | run: src/ci/scripts/install-clang.sh |
620 | 630 | if: success() && !env.SKIP_JOB |
|
0 commit comments