File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,13 @@ jobs:
76
76
brew install llvm@${{ matrix.llvm }}
77
77
export SDKROOT="$(xcrun --show-sdk-path)"
78
78
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
79
- export PATH="/opt/homebrew/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
80
- export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
79
+ export PATH="/opt/homebrew/opt/llvm@$ {{ matrix.llvm }}/bin:$PATH"
80
+ export PATH="/usr/local/opt/llvm@$ {{ matrix.llvm }}/bin:$PATH"
81
81
export PATH="/usr/local/opt/llvm/bin:$PATH"
82
82
echo "$PATH"
83
83
which clang-19
84
+ export LDFLAGS="-L/opt/homebrew/opt/llvm@${{ matrix.llvm }}/lib"
85
+ export CPPFLAGS="-I/opt/homebrew/opt/llvm@${{ matrix.llvm }}/include"
84
86
CC=clang-19 ./configure --with-tail-call-interp
85
87
make all --jobs 4
86
88
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
You can’t perform that action at this time.
0 commit comments