Skip to content

Commit cdd4161

Browse files
committed
Disable another free threaded build
1 parent 7f46141 commit cdd4161

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tail-call.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)