From 567f3aae68ef1e8bc3f5cdfddcf5467c7d990686 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 2 Sep 2023 17:54:39 +0100 Subject: [PATCH] Cygwin: CI: Stop running testsuite on 3.4 branch It often (always?) gets stuck and takes a long time --- .github/workflows/cygwin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 8f7b888e3..1610477d5 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -106,6 +106,5 @@ jobs: make && make install && (cd */newlib; make info man) && - (cd */newlib; make install-info install-man) && - (cd */winsup; make check || true) + (cd */newlib; make install-info install-man) shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}' -- 2.43.5