Skip to content

Commit e662b92

Browse files
committed
idk2
1 parent b4a7961 commit e662b92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
python-version: '3.11'
8383

8484
# PCbuild downloads LLVM automatically:
85-
- name: Windows
86-
if: runner.os == 'Windows'
87-
run: |
88-
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
89-
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} \
90-
-q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
85+
# - name: Windows
86+
# if: runner.os == 'Windows'
87+
# run: |
88+
# ./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
89+
# ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} \
90+
# -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9191

9292
- name: macOS
9393
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.

0 commit comments

Comments
 (0)