@@ -119,6 +119,15 @@ jobs:
119
119
, runner: "ubuntu-latest"
120
120
, ARCH: 64
121
121
},
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
+ },
122
131
{ image: "rockylinux:8"
123
132
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
124
133
, 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:
402
411
ARCH : 64
403
412
ARTIFACT : " x86_64-linux-fedora33"
404
413
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]
405
421
- image : " rockylinux:8"
406
422
installCmd : " yum -y install epel-release && yum install -y --allowerasing"
407
423
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:
714
730
ARTIFACT : " x86_64-linux-fedora33"
715
731
ARCH : 64
716
732
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
717
740
- image : " fedora:33"
718
741
installCmd : dnf install -y
719
742
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