diff --git a/ci/utils/install_boost_tbb.sh b/ci/utils/install_boost_tbb.sh index c3e1eb0bd..0334f00d6 100644 --- a/ci/utils/install_boost_tbb.sh +++ b/ci/utils/install_boost_tbb.sh @@ -22,6 +22,8 @@ if [ -f /etc/os-release ]; then . /etc/os-release if [[ "$ID" == "rocky" ]]; then echo "Detected Rocky Linux. Installing Boost and TBB via dnf..." + dnf clean all + dnf -y update dnf install -y boost-devel tbb-devel if [[ "$(uname -m)" == "x86_64" ]]; then dnf install -y gcc-toolset-14-libquadmath-devel