nealrichardson commented on a change in pull request #9579: URL: https://github.com/apache/arrow/pull/9579#discussion_r587611515
########## File path: r/tools/nixlibs.R ########## @@ -396,6 +401,7 @@ cmake_version <- function(cmd = "cmake") { with_s3_support <- function(env_vars) { arrow_s3 <- toupper(Sys.getenv("ARROW_S3")) == "ON" || tolower(Sys.getenv("LIBARROW_MINIMAL")) == "false" if (arrow_s3) { + # TODO: add in brew versions of these? Review comment: If it's trouble then don't bother, this is a rather esoteric case isn't it? Also it seems pretty likely that you would already have openssl and curl (I do and I didn't install them myself). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org