We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f292e64 commit 466ffd2Copy full SHA for 466ffd2
ci/run.sh
@@ -5,9 +5,6 @@ testcrate_dir="$(pwd)/testcrate"
5
set -ex
6
7
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)
11
export CARGO_TARGET_AARCH64_APPLE_DARWIN_RUNNER=echo
12
fi
13
0 commit comments