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 c58f285 commit dfa2af7Copy full SHA for dfa2af7
.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
- ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
+ CC=clang-19 ./configure --with-tail-call-interp ${{ matrix.debug && '--with-pydebug' || '' }}
99
make all --jobs 4
100
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
101
0 commit comments