Skip to content

Commit a94cf40

Browse files
Fix issue stemming because Rocky 8.10 is EOL and replaced by 8.11 (#427)
Adding dnf -y update pull new repo through which new mirrors can be accessed to pull libs Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) URL: #427
1 parent 60a9816 commit a94cf40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/utils/install_boost_tbb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ if [ -f /etc/os-release ]; then
2222
. /etc/os-release
2323
if [[ "$ID" == "rocky" ]]; then
2424
echo "Detected Rocky Linux. Installing Boost and TBB via dnf..."
25+
dnf clean all
26+
dnf -y update
2527
dnf install -y boost-devel tbb-devel
2628
if [[ "$(uname -m)" == "x86_64" ]]; then
2729
dnf install -y gcc-toolset-14-libquadmath-devel

0 commit comments

Comments
 (0)