Skip to content

Commit 8ab146b

Browse files
committed
update Rocky Linux 8 build
rocky.sh -> rockylinux8.sh yum -> dnf
1 parent 9848327 commit 8ab146b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
if: matrix.img == 'centos:8'
9292
run: contrib/CI/centos8.sh
9393

94-
- name: Rocky Linux Prerequisites
94+
- name: Rocky Linux 8 Prerequisites
9595
if: matrix.img == 'rockylinux:8'
96-
run: contrib/CI/rocky.sh
96+
run: contrib/CI/rockylinux8.sh
9797

9898
- name: Ubuntu Prerequisites
9999
if: startsWith(matrix.img, 'ubuntu:')
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
set -e
6666

6767
# install Extra Packages for Enterprise Linux (EPEL)
68-
yum -y install epel-release
68+
dnf -y install epel-release
6969

7070
# install libraries
71-
yum -y install fuse-devel libattr-devel pcre2-devel zlib-devel
71+
dnf -y install fuse-devel libattr-devel pcre2-devel zlib-devel
7272

7373
# install required packages
74-
yum -y install attr autoconf clang cmake3 findutils fuse git make patch pkgconfig python3 sudo
74+
dnf -y install attr autoconf clang cmake3 findutils fuse git make patch pkgconfig python3 sudo

0 commit comments

Comments
 (0)