Skip to content

Commit 06587cb

Browse files
committed
Rm RHEL
1 parent d216d6b commit 06587cb

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

.github/workflows/release.yaml

-46
Original file line numberDiff line numberDiff line change
@@ -155,24 +155,6 @@ jobs:
155155
, runner: "ubuntu-latest"
156156
, ARCH: 64
157157
},
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-
},
176158
{ image: "arm64v8/debian:10"
177159
, installCmd: "apt-get update && apt-get install -y"
178160
, 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:
466448
ARCH: 64
467449
ARTIFACT: "x86_64-linux-rocky9"
468450
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
483451
- image: linuxmintd/mint20.3-amd64
484452
installCmd: apt-get update && apt-get install -y
485453
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:
827795
ARTIFACT: "x86_64-linux-rocky9"
828796
ARCH: 64
829797
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
844798
- image: arm64v8/debian:10
845799
installCmd: apt-get update && apt-get install -y
846800
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

Comments
 (0)