kou commented on code in PR #34870:
URL: https://github.com/apache/arrow/pull/34870#discussion_r1156477756
##########
docker-compose.yml:
##########
@@ -223,6 +223,8 @@ services:
<<: *ccache
ARROW_ENABLE_TIMING_TESTS: # inherit
ARROW_MIMALLOC: "ON"
+ GTest_SOURCE: "BUNDLED" # Alpine's GTest is not built against
+ # C++17 so we build from source
Review Comment:
Could you move this to `ci/docker/alpine-linux-3.16-cpp.dockerfile` like
other `*_SOURCE=BUNDLED`?
--
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]