kou commented on code in PR #13707:
URL: https://github.com/apache/arrow/pull/13707#discussion_r931780898


##########
.github/workflows/cpp.yml:
##########
@@ -117,6 +117,10 @@ jobs:
         run: |
           cd cpp/examples/minimal_build
           docker-compose run --rm minimal
+      - name: Run minimal example (static, system dependencies)
+        run: |
+          cd cpp/examples/minimal_build
+          docker-compose run --rm static-system-dependency

Review Comment:
   Does this reproduce this problem?
   I couldn't reproduce this problem by this without your 
`cpp/src/arrow/CMakeLists.txt` change.



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