kiszk commented on a change in pull request #7171:
URL: https://github.com/apache/arrow/pull/7171#discussion_r425190979
##########
File path: .travis.yml
##########
@@ -92,6 +95,9 @@ script:
-e ARROW_PARQUET=${ARROW_PARQUET:-ON} \
-e PARQUET_BUILD_EXAMPLES=${PARQUET_BUILD_EXAMPLES:-ON} \
-e PARQUET_BUILD_EXECUTABLES=${PARQUET_BUILD_EXECUTABLES:-ON} \
+ -e cares_SOURCE=${cares_SOURCE:-AUTO} \
+ -e gRPC_SOURCE=${gRPC_SOURCE:-AUTO} \
+ -e Protobuf_SOURCE=${Protobuf_SOURCE:-AUTO} \
Review comment:
Sorry, I have not understood the high-level view of Arrow CI yet. I
followed the existing script.
Is your comment to suggest to run tests without docker by directly executing
`cpp_build.sh`?
@kou would it be possible to help me if I am wrong.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]