thisisnic commented on code in PR #47611:
URL: https://github.com/apache/arrow/pull/47611#discussion_r2366633280
##########
ci/scripts/r_docker_configure.sh:
##########
@@ -41,7 +41,7 @@ elif [ "`which zypper`" ]; then
PACKAGE_MANAGER=zypper
else
PACKAGE_MANAGER=apt-get
- apt-get update
+ apt-get update --allow-releaseinfo-change
Review Comment:
```suggestion
apt-get update --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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]