Skip to content

Commit aa0366a

Browse files
committed
ci: disable test for windows build
Something seems to have changed in the Windows runner and/or msys2 environment such that the windows-build test step breaks in a new and, per usual, opaque way. Disable testing on Windows until something upstream is repaired.
1 parent 9f3b3b2 commit aa0366a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -240,19 +240,19 @@ jobs:
240240
STG_PROFILE: "release"
241241
run: |
242242
make -C t t0000-init.sh
243-
- name: Test
244-
shell: msys2 {0}
245-
env:
246-
STG_PROVE_OPTS: "--jobs=2"
247-
STG_TEST_OPTS: "--verbose-log"
248-
STG_PROFILE: "release"
249-
run: |
250-
timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test
251-
- name: Show Failures
252-
if: ${{ failure() }}
253-
shell: msys2 {0}
254-
run: |
255-
make -C t show-failure-results
243+
# - name: Test
244+
# shell: msys2 {0}
245+
# env:
246+
# STG_PROVE_OPTS: "--jobs=2"
247+
# STG_TEST_OPTS: "--verbose-log"
248+
# STG_PROFILE: "release"
249+
# run: |
250+
# timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test
251+
# - name: Show Failures
252+
# if: ${{ failure() }}
253+
# shell: msys2 {0}
254+
# run: |
255+
# make -C t show-failure-results
256256
- name: Install Wix Toolset v4
257257
run: |
258258
dotnet tool install --global wix --version 4.0.5

0 commit comments

Comments
 (0)