Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 25c6d9a

Browse files
committed
update multibuild and remove hacks
1 parent b2357a4 commit 25c6d9a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

azure/posix.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
set -ex
6363
echo $BUILD_COMMIT
6464
65-
if [[ "$PLAT" == "arm64" || "$PLAT" == "universal2" ]]; then
66-
sudo xcode-select -switch /Applications/Xcode_12.4.app/
67-
env
68-
ls /Library/Developer/CommandLineTools/SDKs/
69-
xcrun --sdk macosx --show-sdk-version
70-
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
71-
fi
7265
pip install virtualenv wheel
7366
BUILD_DEPENDS="$CYTHON_BUILD_DEP"
7467

0 commit comments

Comments
 (0)