Update red hat packages

This commit is contained in:
Jordan Carlin 2024-06-22 17:46:29 -07:00
parent ba25bf8c16
commit 2134a3cafb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ if [ "$FAMILY" = rhel ]; then
sudo dnf install -y git make cmake python3.12 python3-pip curl wget ftp tar pkgconfig dialog mutt ssmtp \
autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo gperf libtool patchutils bc gcc gcc-c++ zlib-devel expat-devel libslirp-devel \
glib2-devel libfdt-devel pixman-devel bzip2 ninja-build \
dtc boost-devel \
dtc boost-regex boost-system \
help2man perl clang ccache gperftools numactl mold
# Extra packages not availale in rhel8, nice for verialtor and needed for sail respectively
if [ "$RHEL_VERSION" = 9 ]; then

View File

@ -127,7 +127,7 @@ if [ "$FAMILY" = rhel ]; then
sudo dnf install -y git make cmake python3.12 python3-pip curl wget ftp tar pkgconfig dialog mutt ssmtp \
autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo gperf libtool patchutils bc gcc gcc-c++ zlib-devel expat-devel libslirp-devel \
glib2-devel libfdt-devel pixman-devel bzip2 ninja-build \
dtc boost-devel \
dtc boost-regex boost-system \
help2man perl clang ccache gperftools numactl mold
# Extra packages not availale in rhel8, nice for verialtor and needed for sail respectively
if [ "$RHEL_VERSION" = 9 ]; then