Cygwin: CI: Drop i686 builds
i686 builds just fail with 'Invalid target processor "i686"' since
commit fcb32b7
.
This commit is contained in:
parent
b79d60b7d2
commit
1a367220ad
|
@ -18,10 +18,6 @@ environment:
|
||||||
CYGWIN_ROOT: C:\cygwin64
|
CYGWIN_ROOT: C:\cygwin64
|
||||||
PKGARCH: mingw64-x86_64
|
PKGARCH: mingw64-x86_64
|
||||||
SETUP: setup-x86_64.exe
|
SETUP: setup-x86_64.exe
|
||||||
- BUILD: i686-pc-cygwin
|
|
||||||
CYGWIN_ROOT: C:\cygwin
|
|
||||||
PKGARCH: mingw64-i686
|
|
||||||
SETUP: setup-x86.exe
|
|
||||||
|
|
||||||
cache: C:\cache
|
cache: C:\cache
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- target: x86_64-pc-cygwin
|
- target: x86_64-pc-cygwin
|
||||||
pkgarch: 64
|
pkgarch: 64
|
||||||
- target: i686-pc-cygwin
|
|
||||||
pkgarch: 32
|
|
||||||
name: Fedora cross ${{ matrix.target }}
|
name: Fedora cross ${{ matrix.target }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -55,7 +53,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- pkgarch: x86_64
|
- pkgarch: x86_64
|
||||||
- pkgarch: i686
|
|
||||||
name: Windows native ${{ matrix.pkgarch }}
|
name: Windows native ${{ matrix.pkgarch }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -109,5 +106,5 @@ jobs:
|
||||||
make install &&
|
make install &&
|
||||||
(cd */newlib; make info man) &&
|
(cd */newlib; make info man) &&
|
||||||
(cd */newlib; make install-info install-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}'
|
shell: C:\cygwin\bin\bash.exe --noprofile --norc -eo pipefail '{0}'
|
||||||
|
|
Loading…
Reference in New Issue