dg0yt commented on code in PR #13707:
URL: https://github.com/apache/arrow/pull/13707#discussion_r931784691
##########
.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:
I admit I can't test this particular part locally.
FTR: is this already run elsewhere in the CI configurations?
--
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]