Cygwin: CI: Stop running testsuite on 3.4 branch

It often (always?) gets stuck and takes a long time
This commit is contained in:
Jon Turney 2023-09-02 17:54:39 +01:00
parent 97a9684b99
commit 567f3aae68
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 2 deletions

View File

@ -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}'