kou commented on code in PR #44989: URL: https://github.com/apache/arrow/pull/44989#discussion_r1907852286
########## .env: ########## @@ -54,6 +54,7 @@ UBUNTU=22.04 # Default versions for various dependencies CLANG_TOOLS=14 +CMAKE_VERSION=3.25.0 Review Comment: Ah, I see. In general, we use `.env` only for Docker Compose. And we don't use `.env` values when we run tests in Docker containers. We use `.env` values only when we build Docker images. So `.env` values will not conflict with environment variables for CI scripts including `r/tools/nixlibs.R` and `r/inst/build_arrow_static.sh`. -- 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]
