Skip to content

Commit

Permalink
Update rocky linux gcc version (rocky linux 9 only has gcc 12+)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeagc committed Feb 13, 2024
1 parent 8b46455 commit 5670164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rh_linux_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if grep -i "centos" /etc/system-release >/dev/null; then
fi
dnf install -y devtoolset-10-gcc devtoolset-10-gcc-c++
elif grep -i "rocky" /etc/system-release >/dev/null; then
dnf install -y git gcc-toolset-10-gcc gcc-toolset-10-gcc-c++
dnf install -y git gcc-toolset-12-gcc gcc-toolset-12-gcc-c++
else
echo "ERROR Unexpected distro"
exit 1
Expand Down

0 comments on commit 5670164

Please sign in to comment.