Cygwin: CI: Stop running testsuite on 3.4 branch
It often (always?) gets stuck and takes a long time
This commit is contained in:
parent
97a9684b99
commit
567f3aae68
|
@ -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}'
|
||||
|
|
Loading…
Reference in New Issue