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