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 @@ -122,11 +122,11 @@ jobs:
122122 make all --jobs 4
123123 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
124124
125- - name : Native Linux with free-threading (release)
126- if : matrix.target == 'free-threading'
127- run : |
128- sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
129- export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
130- CC=clang-20 ./configure --with-tail-call-interp --disable-gil
131- make all --jobs 4
132- ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
125+ # - name: Native Linux with free-threading (release)
126+ # if: matrix.target == 'free-threading'
127+ # run: |
128+ # sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
129+ # export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
130+ # CC=clang-20 ./configure --with-tail-call-interp --disable-gil
131+ # make all --jobs 4
132+ # ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
You can’t perform that action at this time.
0 commit comments