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 c8a4883 commit 92fade7Copy full SHA for 92fade7
.github/workflows/jit.yml
@@ -133,8 +133,8 @@ jobs:
133
run: |
134
brew update
135
brew install llvm@${{ matrix.llvm }}
136
- SDKROOT="$(xcrun --show-sdk-path)" \
137
- ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
+ export SDKROOT="$(xcrun --show-sdk-path)"
+ ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
138
make all --jobs 4
139
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
140
0 commit comments