Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit e23cb78

Browse files
committed
CI: remove the platforms we don't support.
1 parent e14e9fb commit e23cb78

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

.github/workflows/configure.yml

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -21,67 +21,67 @@ jobs:
2121
build-dir: ../build
2222
src-dir: ../zlib
2323

24-
- name: Ubuntu GCC ARM SF
25-
os: ubuntu-latest
26-
compiler: arm-linux-gnueabi-gcc
27-
configure-args: --warn
28-
chost: arm-linux-gnueabi
29-
packages: qemu qemu-user gcc-arm-linux-gnueabi libc-dev-armel-cross
30-
qemu-run: qemu-arm -L /usr/arm-linux-gnueabi
31-
32-
- name: Ubuntu GCC ARM HF
33-
os: ubuntu-latest
34-
compiler: arm-linux-gnueabihf-gcc
35-
configure-args: --warn
36-
chost: arm-linux-gnueabihf
37-
packages: qemu qemu-user gcc-arm-linux-gnueabihf libc-dev-armhf-cross
38-
qemu-run: qemu-arm -L /usr/arm-linux-gnueabihf
39-
40-
- name: Ubuntu GCC AARCH64
41-
os: ubuntu-latest
42-
compiler: aarch64-linux-gnu-gcc
43-
configure-args: --warn
44-
chost: aarch64-linux-gnu
45-
packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross
46-
qemu-run: qemu-aarch64 -L /usr/aarch64-linux-gnu
47-
48-
- name: Ubuntu GCC PPC
49-
os: ubuntu-latest
50-
compiler: powerpc-linux-gnu-gcc
51-
configure-args: --warn --static
52-
chost: powerpc-linux-gnu
53-
packages: qemu qemu-user gcc-powerpc-linux-gnu libc-dev-powerpc-cross
54-
qemu-run: qemu-ppc -L /usr/powerpc-linux-gnu
55-
cflags: -static
56-
ldflags: -static
57-
58-
- name: Ubuntu GCC PPC64
59-
os: ubuntu-latest
60-
compiler: powerpc64-linux-gnu-gcc
61-
configure-args: --warn --static
62-
chost: powerpc-linux-gnu
63-
packages: qemu qemu-user gcc-powerpc64-linux-gnu libc-dev-ppc64-cross
64-
qemu-run: qemu-ppc64 -L /usr/powerpc64-linux-gnu
65-
cflags: -static
66-
ldflags: -static
67-
68-
- name: Ubuntu GCC PPC64LE
69-
os: ubuntu-latest
70-
compiler: powerpc64le-linux-gnu-gcc
71-
configure-args: --warn
72-
chost: powerpc64le-linux-gnu
73-
packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
74-
qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu
75-
76-
- name: Ubuntu GCC S390X
77-
os: ubuntu-latest
78-
compiler: s390x-linux-gnu-gcc
79-
configure-args: --warn --static
80-
chost: s390x-linux-gnu
81-
packages: qemu qemu-user gcc-s390x-linux-gnu libc-dev-s390x-cross
82-
qemu-run: qemu-s390x -L /usr/s390x-linux-gnu
83-
cflags: -static
84-
ldflags: -static
24+
# - name: Ubuntu GCC ARM SF
25+
# os: ubuntu-latest
26+
# compiler: arm-linux-gnueabi-gcc
27+
# configure-args: --warn
28+
# chost: arm-linux-gnueabi
29+
# packages: qemu qemu-user gcc-arm-linux-gnueabi libc-dev-armel-cross
30+
# qemu-run: qemu-arm -L /usr/arm-linux-gnueabi
31+
#
32+
# - name: Ubuntu GCC ARM HF
33+
# os: ubuntu-latest
34+
# compiler: arm-linux-gnueabihf-gcc
35+
# configure-args: --warn
36+
# chost: arm-linux-gnueabihf
37+
# packages: qemu qemu-user gcc-arm-linux-gnueabihf libc-dev-armhf-cross
38+
# qemu-run: qemu-arm -L /usr/arm-linux-gnueabihf
39+
#
40+
# - name: Ubuntu GCC AARCH64
41+
# os: ubuntu-latest
42+
# compiler: aarch64-linux-gnu-gcc
43+
# configure-args: --warn
44+
# chost: aarch64-linux-gnu
45+
# packages: qemu qemu-user gcc-aarch64-linux-gnu libc-dev-arm64-cross
46+
# qemu-run: qemu-aarch64 -L /usr/aarch64-linux-gnu
47+
#
48+
# - name: Ubuntu GCC PPC
49+
# os: ubuntu-latest
50+
# compiler: powerpc-linux-gnu-gcc
51+
# configure-args: --warn --static
52+
# chost: powerpc-linux-gnu
53+
# packages: qemu qemu-user gcc-powerpc-linux-gnu libc-dev-powerpc-cross
54+
# qemu-run: qemu-ppc -L /usr/powerpc-linux-gnu
55+
# cflags: -static
56+
# ldflags: -static
57+
#
58+
# - name: Ubuntu GCC PPC64
59+
# os: ubuntu-latest
60+
# compiler: powerpc64-linux-gnu-gcc
61+
# configure-args: --warn --static
62+
# chost: powerpc-linux-gnu
63+
# packages: qemu qemu-user gcc-powerpc64-linux-gnu libc-dev-ppc64-cross
64+
# qemu-run: qemu-ppc64 -L /usr/powerpc64-linux-gnu
65+
# cflags: -static
66+
# ldflags: -static
67+
#
68+
# - name: Ubuntu GCC PPC64LE
69+
# os: ubuntu-latest
70+
# compiler: powerpc64le-linux-gnu-gcc
71+
# configure-args: --warn
72+
# chost: powerpc64le-linux-gnu
73+
# packages: qemu qemu-user gcc-powerpc64le-linux-gnu libc-dev-ppc64el-cross
74+
# qemu-run: qemu-ppc64le -L /usr/powerpc64le-linux-gnu
75+
#
76+
# - name: Ubuntu GCC S390X
77+
# os: ubuntu-latest
78+
# compiler: s390x-linux-gnu-gcc
79+
# configure-args: --warn --static
80+
# chost: s390x-linux-gnu
81+
# packages: qemu qemu-user gcc-s390x-linux-gnu libc-dev-s390x-cross
82+
# qemu-run: qemu-s390x -L /usr/s390x-linux-gnu
83+
# cflags: -static
84+
# ldflags: -static
8585

8686
- name: macOS GCC
8787
os: macos-latest

0 commit comments

Comments
 (0)