You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: I think this is only possible if LIBARROW_MINIMAL is unset when build_arrow_static.sh is run? Which just is the case if the var is not set as we check for it but only actively set it if not_cran. Not sure why it wouldn't also show like this on the mac builder?
Changeup `nixlibs.R` so that we enable S3 and ZSTD by default on CRAN. I've checked this against the CRAN macbuilder to confirm it does work (that's not a guarantee it'll work on other CRAN maintained macOS builders, but a good indication).
It also removes gcs from the list of features we expect to be on and warn folks about if it is not.
### Rationale for this change
So that our builds are more fully featured.
### What changes are included in this PR?
Enable `ARROW_S3` by default when building form source on macOS.
### Are these changes tested?
Existing CI should not fail.
### Are there any user-facing changes?
Getting Arrow from the canonical repository would be more fully featured.
* GitHub Issue: #41952
Lead-authored-by: Jonathan Keane <[email protected]>
Co-authored-by: Neal Richardson <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
edit: I think this is only possible if
LIBARROW_MINIMAL
is unset whenbuild_arrow_static.sh
is run? Which just is the case if the var is not set as we check for it but only actively set it ifnot_cran
. Not sure why it wouldn't also show like this on the mac builder?Originally posted by @assignUser in #41647 (comment)
The text was updated successfully, but these errors were encountered: