Skip to content

Remove macOS aarch-64 xcode-select directory. #2877

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/macos-builds-on-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:

# Can't run tests: cross-compiling
echo "SKIP_TESTS=yes" >> $GITHUB_ENV

# Use the beta compiler
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/

# Set SDK environment variables
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
if: matrix.target == 'aarch64-apple-darwin'
- name: Ensure we have our goal target installed
run: |
Expand Down
7 changes: 0 additions & 7 deletions ci/actions-templates/macos-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:

# Can't run tests: cross-compiling
echo "SKIP_TESTS=yes" >> $GITHUB_ENV

# Use the beta compiler
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/

# Set SDK environment variables
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
if: matrix.target == 'aarch64-apple-darwin'
- name: Ensure we have our goal target installed
run: |
Expand Down