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:
82
82
python-version : ' 3.11'
83
83
84
84
# 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
91
91
92
92
- name : macOS
93
93
# 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