This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d2ecb3cac9 MINOR: [R][CI] Add default for R_CUSTOM_CCACHE to .env
(#12984)
d2ecb3cac9 is described below
commit d2ecb3cac9da0e7b5e123a885985777f243f87b2
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Mon Apr 25 13:56:04 2022 +0200
MINOR: [R][CI] Add default for R_CUSTOM_CCACHE to .env (#12984)
---
.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/.env b/.env
index 9be6198bbb..fd3ce26887 100644
--- a/.env
+++ b/.env
@@ -78,6 +78,7 @@ R_ORG=rhub
R_TAG=latest
# Env vars for R builds
+R_CUSTOM_CCACHE=false
ARROW_R_DEV=TRUE
R_PRUNE_DEPS=FALSE
TZ=UTC