File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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:')
Original file line number Diff line number Diff line change 6565set -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
You can’t perform that action at this time.
0 commit comments