Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-09-02 19:54:39 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-09-02 19:54:39 +0300
commit567f3aae68ef1e8bc3f5cdfddcf5467c7d990686 (patch)
tree649d586d500736fd32a1232b70974cd902650fda
parent97a9684b99e54e3ede42f7d08564bc6d1bb42362 (diff)
Cygwin: CI: Stop running testsuite on 3.4 branch
It often (always?) gets stuck and takes a long time
-rw-r--r--.github/workflows/cygwin.yml3
1 files changed, 1 insertions, 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}'