You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:01:54 UTC

[GitHub] [arrow] kou commented on a change in pull request #7364: ARROW-9052: [CI][MinGW] Enable Gandiva

kou commented on a change in pull request #7364:
URL: https://github.com/apache/arrow/pull/7364#discussion_r436991040



##########
File path: ci/scripts/cpp_test.sh
##########
@@ -32,13 +32,36 @@ export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${LD_LIBRARY_P
 # to retrieve metadata. Disable this so that S3FileSystem tests run faster.
 export AWS_EC2_METADATA_DISABLED=TRUE
 
+ctest_options=()
 case "$(uname)" in
   Linux)
     n_jobs=$(nproc)
     ;;
   Darwin)
     n_jobs=$(sysctl -n hw.ncpu)
     ;;
+  MINGW*)
+    n_jobs=${NUMBER_OF_PROCESSORS:-1}
+    exclude_tests="gandiva-internals-test"

Review comment:
       Done: https://issues.apache.org/jira/browse/ARROW-9072




----------------------------------------------------------------
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:
users@infra.apache.org