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 66de4bf commit 4042883Copy full SHA for 4042883
.github/workflows/tail-call.yml
@@ -79,6 +79,8 @@ jobs:
79
export PATH="/opt/homebrew/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
80
export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
81
export PATH="/usr/local/opt/llvm/bin:$PATH"
82
+ echo "$PATH"
83
+ which clang-19
84
CC=clang-19 ./configure --with-tail-call-interp
85
make all --jobs 4
86
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
0 commit comments