westonpace commented on code in PR #34870:
URL: https://github.com/apache/arrow/pull/34870#discussion_r1156624390
##########
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:
Good catch. I have done this.
--
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]