You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/03 21:34:46 UTC

[GitHub] [arrow] kou commented on a diff in pull request #34870: GH-34869: [C++] Configure alpine linux nightly job to build gtest from source

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org