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 182612c commit b172a41Copy full SHA for b172a41
.github/workflows/jit.yml
@@ -120,7 +120,7 @@ jobs:
120
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
121
brew install llvm@${{ matrix.llvm }}
122
export SDKROOT="$(xcrun --show-sdk-path)"
123
- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }} --enable-universal-sdk --with-universal-archs=universal2
124
make all --jobs 4
125
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
126
0 commit comments