kou commented on code in PR #11666:
URL: https://github.com/apache/arrow/pull/11666#discussion_r855187404
##########
ci/docker/linux-r.dockerfile:
##########
@@ -33,6 +33,9 @@ ENV DEVTOOLSET_VERSION=${devtoolset_version}
ARG r_prune_deps=FALSE
ENV R_PRUNE_DEPS=${r_prune_deps}
+ARG r_custom_ccache=false
+ENV R_CUSTOM_CCACHE=${r_custom_ccache}
Review Comment:
It seems that this environment variable isn't used.
Is it a typo of `R_BUILD_CCACHE`?
--
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]