We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92dfb2 commit abff6ffCopy full SHA for abff6ff
ci/scripts/r_docker_configure.sh
@@ -75,7 +75,9 @@ fi
75
# cmake is now a listed sys req.
76
$PACKAGE_MANAGER install -y rsync cmake curl
77
78
-# Update clang version to latest available
+# Update clang version to latest available.
79
+# This is only for rhub/clang20. If we change the base image from rhub/clang20,
80
+# we need to update this part too.
81
if [ "$R_UPDATE_CLANG" = true ]; then
82
apt update -y
83
apt install -y gnupg
0 commit comments