We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a9816 commit a94cf40Copy full SHA for a94cf40
ci/utils/install_boost_tbb.sh
@@ -22,6 +22,8 @@ if [ -f /etc/os-release ]; then
22
. /etc/os-release
23
if [[ "$ID" == "rocky" ]]; then
24
echo "Detected Rocky Linux. Installing Boost and TBB via dnf..."
25
+ dnf clean all
26
+ dnf -y update
27
dnf install -y boost-devel tbb-devel
28
if [[ "$(uname -m)" == "x86_64" ]]; then
29
dnf install -y gcc-toolset-14-libquadmath-devel
0 commit comments