Skip to content

Commit 466ffd2

Browse files
authored
Fix aarch64-apple-darwin CI (alexcrichton#116)
1 parent f292e64 commit 466ffd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ testcrate_dir="$(pwd)/testcrate"
55
set -ex
66

77
if [ "$1" = "aarch64-apple-darwin" ] ; then
8-
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
9-
export SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)
10-
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)
118
export CARGO_TARGET_AARCH64_APPLE_DARWIN_RUNNER=echo
129
fi
1310

0 commit comments

Comments
 (0)