Skip to content

Commit

Permalink
Fix aarch64-apple-darwin CI (alexcrichton#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored Dec 14, 2021
1 parent f292e64 commit 466ffd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ testcrate_dir="$(pwd)/testcrate"
set -ex

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

Expand Down

0 comments on commit 466ffd2

Please sign in to comment.