File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments