nealrichardson commented on code in PR #14235: URL: https://github.com/apache/arrow/pull/14235#discussion_r992347699
########## ci/scripts/r_docker_configure.sh: ########## @@ -74,20 +74,105 @@ if [[ -n "$DEVTOOLSET_VERSION" ]]; then $PACKAGE_MANAGER install -y "devtoolset-$DEVTOOLSET_VERSION" fi +case "$PACKAGE_MANAGER" in Review Comment: Yeah I think I'd like that inside a ARROW_GCS check, just to be clear that that's why we would need Python. -- 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]
