You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/25 11:46:02 UTC

[GitHub] [arrow] assignUser opened a new pull request, #12984: MINOR: [R][CI] Add default for R_CUSTOM_CCACHE to .env

assignUser opened a new pull request, #12984:
URL: https://github.com/apache/arrow/pull/12984

   Using archery locally to run docker builds causes a warning if `R_CUSTOM_CCACHE` is not set, even if unrelated to the build:
   ```
   $ archery docker run conda-cpp-valgrind bash
   WARNING: The R_CUSTOM_CCACHE variable is not set. Defaulting to a blank string.
   ```
   Setting the defaul in `.env` fixes this.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kszucs merged pull request #12984: MINOR: [R][CI] Add default for R_CUSTOM_CCACHE to .env

Posted by GitBox <gi...@apache.org>.
kszucs merged PR #12984:
URL: https://github.com/apache/arrow/pull/12984


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org