kou commented on a change in pull request #11268:
URL: https://github.com/apache/arrow/pull/11268#discussion_r721830497



##########
File path: ci/docker/ubuntu-20.04-cpp.dockerfile
##########
@@ -129,6 +130,7 @@ ENV ARROW_BUILD_TESTS=ON \
     ARROW_WITH_ZSTD=ON \
     ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-${llvm}/bin/llvm-symbolizer \
     AWSSDK_SOURCE=BUNDLED \
+    GOOGLE_CLOUD_CPP_SOURCE=BUNDLED \

Review comment:
       We may need to implement custom `resolve_dependency()` like feature for 
them when we also want to use other Google Cloud C++ libraries.
   
   If Google Cloud C++ provides `google_cloud_cpp` CMake package with 
`storage`, `bigtable` and so on components, we can use 
`google_cloud_cpp_SOURCE` and `find_package(google_cloud_cpp COMPONENTS storage 
bigtable ...)`.




-- 
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]


Reply via email to