We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf10e2a commit add0953Copy full SHA for add0953
.github/workflows/jit.yml
@@ -131,10 +131,9 @@ jobs:
131
brew update
132
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
133
brew install llvm@${{ matrix.llvm }}
134
- softwareupdate -i "Command Line Tools for Xcode-16.1"
135
SDKROOT="$(xcrun --show-sdk-path)" \
136
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
137
- make all --jobs 4
+ SDKROOT="$(xcrun --show-sdk-path)" make all --jobs 4
138
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
139
140
- name: Native Linux
0 commit comments