thisisnic commented on code in PR #47611: URL: https://github.com/apache/arrow/pull/47611#discussion_r2366633626
########## 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 # flag needed for when debian version changes apt install -y gnupg curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/llvm.gpg echo "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-20 main" > /etc/apt/sources.list.d/llvm20.list - 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