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 c8afa07 commit 728eb68Copy full SHA for 728eb68
.github/workflows/tail-call.yml
@@ -115,6 +115,7 @@ jobs:
115
brew install llvm@${{ matrix.llvm }}
116
export SDKROOT="$(xcrun --show-sdk-path)"
117
export PATH="/usr/local/opt/llvm/bin:$PATH"
118
+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
119
CC=clang-20 ./configure --with-tail-call-interp
120
make all --jobs 4
121
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
0 commit comments