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 766614f commit 8952b82Copy full SHA for 8952b82
.github/workflows/tail-call.yml
@@ -114,8 +114,8 @@ jobs:
114
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
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"
+ export PATH="/usr/local/opt/llvm@${{ matrix.llvm }}/bin:$PATH"
+ export PATH="/opt/homebrew/opt/llvm@${{ matrix.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