This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push: new 9a5fc50c3f GH-47486: [Dev][R] Define default R_UPDATE_CLANG (#47487) 9a5fc50c3f is described below commit 9a5fc50c3f285badb2d83097dd38ce86a43e04a3 Author: Nic Crane <thisis...@gmail.com> AuthorDate: Wed Sep 3 22:26:12 2025 +0100 GH-47486: [Dev][R] Define default R_UPDATE_CLANG (#47487) ### Rationale for this change Warnings emitted on Docker build ### What changes are included in this PR? Initialise R_UPDATE_CLANG to false ### Are these changes tested? Nope ### Are there any user-facing changes? Nope * GitHub Issue: #47486 Authored-by: Nic Crane <thisis...@gmail.com> Signed-off-by: Sutou Kouhei <k...@clear-code.com> --- .env | 1 + 1 file changed, 1 insertion(+) diff --git a/.env b/.env index 84f3890b25..eaeac1af38 100644 --- a/.env +++ b/.env @@ -83,6 +83,7 @@ R_ORG=rhub R_TAG=latest # Env vars for R builds +R_UPDATE_CLANG=false R_CUSTOM_CCACHE=false ARROW_R_DEV=TRUE R_PRUNE_DEPS=FALSE