https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=567f3aae68ef1e8bc3f5cdfddcf5467c7d990686
commit 567f3aae68ef1e8bc3f5cdfddcf5467c7d990686 Author: Jon Turney <[email protected]> Date: Sat Sep 2 17:54:39 2023 +0100 Cygwin: CI: Stop running testsuite on 3.4 branch It often (always?) gets stuck and takes a long time Diff: --- .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}'
