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 94252cf commit f8dc236Copy full SHA for f8dc236
1 file changed
.github/workflows/jit.yml
@@ -174,8 +174,8 @@ jobs:
174
python-version: '3.11'
175
- name: Build with JIT enabled and GIL disabled
176
run: |
177
- sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh 18
178
- export PATH="$(llvm-config-18 --bindir):$PATH"
+ sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
+ export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
179
./configure --enable-experimental-jit --with-pydebug --disable-gil
180
make all --jobs 4
181
- name: Run tests
0 commit comments