@@ -155,24 +155,6 @@ jobs:
155
155
, runner: "ubuntu-latest"
156
156
, ARCH: 64
157
157
},
158
- { image: "registry.access.redhat.com/ubi8/ubi"
159
- , installCmd: "yum -y install epel-release && yum install -y --allowerasing"
160
- , toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf"
161
- , DISTRO: "Rocky"
162
- , ARTIFACT: "x86_64-linux-rhel8"
163
- , ADD_CABAL_ARGS: "--enable-split-sections"
164
- , runner: "ubuntu-latest"
165
- , ARCH: 64
166
- },
167
- { image: "registry.access.redhat.com/ubi9/ubi"
168
- , installCmd: "yum -y install epel-release && yum install -y --allowerasing"
169
- , toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf"
170
- , DISTRO: "Rocky"
171
- , ARTIFACT: "x86_64-linux-rhel9"
172
- , ADD_CABAL_ARGS: "--enable-split-sections"
173
- , runner: "ubuntu-latest"
174
- , ARCH: 64
175
- },
176
158
{ image: "arm64v8/debian:10"
177
159
, installCmd: "apt-get update && apt-get install -y"
178
160
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
@@ -466,20 +448,6 @@ jobs:
466
448
ARCH : 64
467
449
ARTIFACT : " x86_64-linux-rocky9"
468
450
runs-on : ubuntu-latest
469
- - image : " registry.access.redhat.com/ubi8/ubi"
470
- installCmd : " yum -y install epel-release && yum install -y --allowerasing"
471
- toolRequirements : " autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree"
472
- DISTRO : " Rocky"
473
- ARCH : 64
474
- ARTIFACT : " x86_64-linux-rhel8"
475
- runs-on : ubuntu-latest
476
- - image : " registry.access.redhat.com/ubi9/ubi"
477
- installCmd : " yum -y install epel-release && yum install -y --allowerasing"
478
- toolRequirements : " autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree"
479
- DISTRO : " Rocky"
480
- ARCH : 64
481
- ARTIFACT : " x86_64-linux-rhel9"
482
- runs-on : ubuntu-latest
483
451
- image : linuxmintd/mint20.3-amd64
484
452
installCmd : apt-get update && apt-get install -y
485
453
toolRequirements : libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree
@@ -827,20 +795,6 @@ jobs:
827
795
ARTIFACT : " x86_64-linux-rocky9"
828
796
ARCH : 64
829
797
runs-on : ubuntu-latest
830
- - image : " registry.access.redhat.com/ubi8/ubi"
831
- installCmd : " yum -y install epel-release && yum install -y --allowerasing"
832
- toolRequirements : " autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree"
833
- DISTRO : " Rocky"
834
- ARTIFACT : " x86_64-linux-rhel8"
835
- ARCH : 64
836
- runs-on : ubuntu-latest
837
- - image : " registry.access.redhat.com/ubi9/ubi"
838
- installCmd : " yum -y install epel-release && yum install -y --allowerasing"
839
- toolRequirements : " autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf tree"
840
- DISTRO : " Rocky"
841
- ARTIFACT : " x86_64-linux-rhel9"
842
- ARCH : 64
843
- runs-on : ubuntu-latest
844
798
- image : arm64v8/debian:10
845
799
installCmd : apt-get update && apt-get install -y
846
800
toolRequirements : libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf tree
0 commit comments