Skip to content

Commit add0953

Browse files
committed
Use SDKROOT to find include paths
1 parent bf10e2a commit add0953

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ jobs:
131131
brew update
132132
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
133133
brew install llvm@${{ matrix.llvm }}
134-
softwareupdate -i "Command Line Tools for Xcode-16.1"
135134
SDKROOT="$(xcrun --show-sdk-path)" \
136135
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
137-
make all --jobs 4
136+
SDKROOT="$(xcrun --show-sdk-path)" make all --jobs 4
138137
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
139138
140139
- name: Native Linux

0 commit comments

Comments
 (0)