Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/utils/install_boost_tbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down