diff options
| author | Hans Kratz <hans@appfour.com> | 2021-10-13 17:44:39 +0200 |
|---|---|---|
| committer | Hans Kratz <hans@appfour.com> | 2021-10-14 06:10:07 +0200 |
| commit | 8514b0097b28f84ee5cfead059a5771c6a693fb0 (patch) | |
| tree | 233ca7ee4d039268a06844d94b37f3279b8a387d /src/ci/scripts/select-xcode.sh | |
| parent | 81117ff930fbf3792b4f9504e3c6bccc87b10823 (diff) | |
| download | rust-8514b0097b28f84ee5cfead059a5771c6a693fb0.tar.gz rust-8514b0097b28f84ee5cfead059a5771c6a693fb0.zip | |
Selecting the Xcode version no longer needed with the macos-11 runners.
Diffstat (limited to 'src/ci/scripts/select-xcode.sh')
| -rwxr-xr-x | src/ci/scripts/select-xcode.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ci/scripts/select-xcode.sh b/src/ci/scripts/select-xcode.sh deleted file mode 100755 index 3b9c77d42ba..00000000000 --- a/src/ci/scripts/select-xcode.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# This script selects the Xcode instance to use. - -set -euo pipefail -IFS=$'\n\t' - -source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" - -if isMacOS; then - if [[ -s "${SELECT_XCODE-}" ]]; then - sudo xcode-select -s "${SELECT_XCODE}" - fi -fi |
