coryan commented on pull request #11375: URL: https://github.com/apache/arrow/pull/11375#issuecomment-941042665
> > Can we set ARROW_GCS=ON like ARROW_S3=ON in our CI? Which ones? Some of them already have these settings, e.g.: https://github.com/apache/arrow/pull/11375/checks?check_run_id=3863850315#step:8:2266 > > How large is the slowdown? Compiling embedded libraries from scratch adds to CI delays. That obviously depends on how much caching is going on and what the CI machine specs are. For reference, I used `vcpkg` and only 4 cores to "benchmark" things. I can build `google-cloud-cpp[core,storage]` in 3 minutes (both the debug and release). Its dependencies take another 3 minutes, most likely you already have some of those (e.g. `zlib`, `curl`, `openssl`, and even `abseil` for gRPC). -- 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]
