Skip to content

Commit 80781b8

Browse files
committed
Re-add fedora 38
1 parent 49b278f commit 80781b8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/release.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ jobs:
119119
, runner: "ubuntu-latest"
120120
, ARCH: 64
121121
},
122+
{ image: "fedora:38"
123+
, installCmd: "dnf install -y"
124+
, 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"
125+
, DISTRO: "Fedora"
126+
, ARTIFACT: "x86_64-linux-fedora38"
127+
, ADD_CABAL_ARGS: "--enable-split-sections"
128+
, runner: "ubuntu-latest"
129+
, ARCH: 64
130+
},
122131
{ image: "rockylinux:8"
123132
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
124133
, 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"
@@ -402,6 +411,13 @@ jobs:
402411
ARCH: 64
403412
ARTIFACT: "x86_64-linux-fedora33"
404413
runs-on: [self-hosted, linux-space, maerwald]
414+
- image: fedora:38
415+
installCmd: dnf install -y
416+
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
417+
DISTRO: Fedora
418+
ARCH: 64
419+
ARTIFACT: "x86_64-linux-fedora38"
420+
runs-on: [self-hosted, linux-space, maerwald]
405421
- image: "rockylinux:8"
406422
installCmd: "yum -y install epel-release && yum install -y --allowerasing"
407423
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"
@@ -714,6 +730,13 @@ jobs:
714730
ARTIFACT: "x86_64-linux-fedora33"
715731
ARCH: 64
716732
runs-on: ubuntu-latest
733+
- image: fedora:38
734+
installCmd: dnf install -y
735+
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
736+
DISTRO: Fedora
737+
ARTIFACT: "x86_64-linux-fedora38"
738+
ARCH: 64
739+
runs-on: ubuntu-latest
717740
- image: "fedora:33"
718741
installCmd: dnf install -y
719742
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

0 commit comments

Comments
 (0)