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 1fc4df5 commit dec29edCopy full SHA for dec29ed
.github/workflows/tail-call.yml
@@ -95,7 +95,7 @@ jobs:
95
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
96
brew install llvm@${{ matrix.llvm }}
97
export SDKROOT="$(xcrun --show-sdk-path)"
98
- echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"'
+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
99
CC=clang-19 ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
100
make all --jobs 4
101
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
0 commit comments