We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c22761 commit c54250bCopy full SHA for c54250b
.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 --enable-universal-sdk --with-universal-archs=universal2 ${{ matrix.debug && '--with-pydebug' || '' }}
119
make all --jobs 4
120
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
121
0 commit comments