public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org>
To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: CI: Drop i686 builds
Date: Mon, 16 May 2022 13:54:46 +0000 (GMT)	[thread overview]
Message-ID: <20220516135446.43F983857363@sourceware.org> (raw)

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

commit 1a367220addd52e040249e0467111c4fb2674fba
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon May 16 13:32:52 2022 +0100

    Cygwin: CI: Drop i686 builds
    
    i686 builds just fail with 'Invalid target processor "i686"' since
    commit fcb32b7.

Diff:
---
 .appveyor.yml                | 4 ----
 .github/workflows/cygwin.yml | 5 +----
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 8919918fc..50a9101b7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -18,10 +18,6 @@ environment:
     CYGWIN_ROOT: C:\cygwin64
     PKGARCH: mingw64-x86_64
     SETUP: setup-x86_64.exe
-  - BUILD: i686-pc-cygwin
-    CYGWIN_ROOT: C:\cygwin
-    PKGARCH: mingw64-i686
-    SETUP: setup-x86.exe
 
 cache: C:\cache
 
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 2f16c8c5a..7ad5ccf5f 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -12,8 +12,6 @@ jobs:
         include:
         - target: x86_64-pc-cygwin
           pkgarch: 64
-        - target: i686-pc-cygwin
-          pkgarch: 32
     name: Fedora cross ${{ matrix.target }}
 
     steps:
@@ -55,7 +53,6 @@ jobs:
       matrix:
         include:
         - pkgarch: x86_64
-        - pkgarch: i686
     name: Windows native ${{ matrix.pkgarch }}
 
     steps:
@@ -109,5 +106,5 @@ jobs:
         make install &&
         (cd */newlib; make info man) &&
         (cd */newlib; make install-info install-man) &&
-        (cd */winsup; test "${{ matrix.pkgarch }}" != 'x86_64' || make check || true)
+        (cd */winsup; make check || true)
       shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'


                 reply	other threads:[~2022-05-16 13:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220516135446.43F983857363@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).