Skip to content

Commit c06f7d6

Browse files
committed
idk2,1
1 parent e662b92 commit c06f7d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/jit.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ jobs:
111111
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
112112
'
113113
114-
- name: Linux
115-
if: runner.os == 'Linux'
116-
run: |
117-
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
118-
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
119-
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
120-
make all --jobs 4
121-
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
114+
# - name: Linux
115+
# if: runner.os == 'Linux'
116+
# run: |
117+
# sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
118+
# export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
119+
# ./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '' }}
120+
# make all --jobs 4
121+
# ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
122122

123123
no-opt-jit:
124124
name: JIT without optimizations (Debug)

0 commit comments

Comments
 (0)