Skip to content

Commit abff6ff

Browse files
thisisnickou
andauthored
Update ci/scripts/r_docker_configure.sh
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent c92dfb2 commit abff6ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/scripts/r_docker_configure.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ fi
7575
# cmake is now a listed sys req.
7676
$PACKAGE_MANAGER install -y rsync cmake curl
7777

78-
# Update clang version to latest available
78+
# 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.
7981
if [ "$R_UPDATE_CLANG" = true ]; then
8082
apt update -y
8183
apt install -y gnupg

0 commit comments

Comments
 (0)