From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 388E33858D39; Sat, 2 Sep 2023 16:55:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 388E33858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693673757; bh=g0tAMCVWH3a6aZK5pkmCbwSobuw3t+2nx+Aac5NCCZ8=; h=From:To:Subject:Date:From; b=RQT1SGtjVRd5qRxjGBaVYb2fqoiSRHubgvgh4RRDiZpGwx8OiDw0iwsybse5Gb+Vh e/en5fDvh/5/J6fGjeviCjHkJBI7yjzL4eIotbGZqlyJ/d3pdxYqltQIs75ZyQKoW8 JLZPeS3LTXb9cSz3t5knwCnL0CM4ZcA2Rw3yAAH0= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon Turney To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] Cygwin: CI: Stop running testsuite on 3.4 branch X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 97a9684b99e54e3ede42f7d08564bc6d1bb42362 X-Git-Newrev: 567f3aae68ef1e8bc3f5cdfddcf5467c7d990686 Message-Id: <20230902165557.388E33858D39@sourceware.org> Date: Sat, 2 Sep 2023 16:55:57 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D567f3aae68e= f1e8bc3f5cdfddcf5467c7d990686 commit 567f3aae68ef1e8bc3f5cdfddcf5467c7d990686 Author: Jon Turney Date: Sat Sep 2 17:54:39 2023 +0100 Cygwin: CI: Stop running testsuite on 3.4 branch =20 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}'