From aa0366ab13ecdda35caeda5710472dfa8cf0652b Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sat, 15 Feb 2025 22:18:05 -0500 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47cbd5df..b0b331d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,19 +240,19 @@ jobs: STG_PROFILE: "release" run: | make -C t t0000-init.sh - - name: Test - shell: msys2 {0} - env: - STG_PROVE_OPTS: "--jobs=2" - STG_TEST_OPTS: "--verbose-log" - STG_PROFILE: "release" - run: | - timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test - - name: Show Failures - if: ${{ failure() }} - shell: msys2 {0} - run: | - make -C t show-failure-results + # - name: Test + # shell: msys2 {0} + # env: + # STG_PROVE_OPTS: "--jobs=2" + # STG_TEST_OPTS: "--verbose-log" + # STG_PROFILE: "release" + # run: | + # timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash --jobs=4 test + # - name: Show Failures + # if: ${{ failure() }} + # shell: msys2 {0} + # run: | + # make -C t show-failure-results - name: Install Wix Toolset v4 run: | dotnet tool install --global wix --version 4.0.5