Thanks to visit codestin.com Credit goes to github.com
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.
$PATH
1 parent 2c3e3fe commit 39fa19aCopy full SHA for 39fa19a
1 file changed
.github/workflows/tail-call.yml
@@ -112,8 +112,8 @@ jobs:
112
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
113
brew install llvm@${{ matrix.llvm }}
114
export SDKROOT="$(xcrun --show-sdk-path)"
115
- export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
116
- export PATH="/usr/local/opt/llvm/bin:$PATH"
+ export PATH="/opt/homebrew/opt/llvm@${{ matrix.llvm }}/bin:$PATH"
+ export PATH="/usr/local/opt/llvm@${{ matrix.llvm }}/bin:$PATH"
117
CC=clang-19 ./configure --with-tail-call-interp
118
make all --jobs 4
119
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
0 commit comments