From 2134a3cafb609c8548d1a177f188fc32105dc823 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 22 Jun 2024 17:46:29 -0700 Subject: [PATCH] Update red hat packages --- bin/wally-tool-chain-install-redhat.sh | 2 +- bin/wally-tool-chain-install-unified.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wally-tool-chain-install-redhat.sh b/bin/wally-tool-chain-install-redhat.sh index 1a5b53579..547182f64 100755 --- a/bin/wally-tool-chain-install-redhat.sh +++ b/bin/wally-tool-chain-install-redhat.sh @@ -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 diff --git a/bin/wally-tool-chain-install-unified.sh b/bin/wally-tool-chain-install-unified.sh index 916077532..002e2e662 100755 --- a/bin/wally-tool-chain-install-unified.sh +++ b/bin/wally-tool-chain-install-unified.sh @@ -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