kou commented on PR #13548: URL: https://github.com/apache/arrow/pull/13548#issuecomment-1196141837
Could you remove `ARROW_BUILD_STATIC=OFF` for the Travis CI failure https://app.travis-ci.com/github/apache/arrow/jobs/577761548 : ```diff diff --git a/.travis.yml b/.travis.yml index 5038f66181..fadb18b508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,6 @@ jobs: # glog and CMAKE_UNITY_BUILD=ON. DOCKER_RUN_ARGS: >- " - -e ARROW_BUILD_STATIC=OFF -e ARROW_ORC=OFF -e ARROW_USE_GLOG=OFF -e CMAKE_UNITY_BUILD=ON ``` -- 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]
