thisisnic commented on code in PR #47611:
URL: https://github.com/apache/arrow/pull/47611#discussion_r2366633456


##########
ci/scripts/r_docker_configure.sh:
##########
@@ -79,11 +79,11 @@ $PACKAGE_MANAGER install -y rsync cmake curl
 # This is only for rhub/clang20. If we change the base image from rhub/clang20,
 # we need to update this part too.
 if [ "$R_UPDATE_CLANG" = true ]; then
-  apt update -y
+  apt update -y --allow-releaseinfo-change

Review Comment:
   ```suggestion
     apt update -y --allow-releaseinfo-change # flag needed for when debian 
version changes
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to