We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e77f2 commit de3f896Copy full SHA for de3f896
.github/workflows/jit.yml
@@ -115,7 +115,7 @@ jobs:
115
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
116
brew install llvm@${{ matrix.llvm }}
117
export SDKROOT="$(xcrun --show-sdk-path)"
118
- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
119
make all --jobs 4
120
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
121
0 commit comments