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