public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/cygwin-3_4-branch] Cygwin: CI: Stop running testsuite on 3.4 branch
@ 2023-09-02 16:55 Jon Turney
  0 siblings, 0 replies; only message in thread
From: Jon Turney @ 2023-09-02 16:55 UTC (permalink / raw)
  To: cygwin-cvs, newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=567f3aae68ef1e8bc3f5cdfddcf5467c7d990686

commit 567f3aae68ef1e8bc3f5cdfddcf5467c7d990686
Author: Jon Turney <jon.turney@dronecode.org.uk>
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}'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-02 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02 16:55 [newlib-cygwin/cygwin-3_4-branch] Cygwin: CI: Stop running testsuite on 3.4 branch Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).