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

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

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

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