This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 48cb09d ARROW-5485: [Crossbow] Disable unit tests in Gandiva macOS
crossbow job until underlying issue resolved
48cb09d is described below
commit 48cb09dba68a58de4b073baca7e1d22af6903e63
Author: praveenbingo <[email protected]>
AuthorDate: Fri Jun 7 21:38:46 2019 +0530
ARROW-5485: [Crossbow] Disable unit tests in Gandiva macOS crossbow job
until underlying issue resolved
- Turning off tests for OSX since GTest shared is not loaded correctly.
---
dev/tasks/gandiva-jars/build-cpp-osx.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/gandiva-jars/build-cpp-osx.sh
b/dev/tasks/gandiva-jars/build-cpp-osx.sh
index 14dc5f2..c5b4f07 100755
--- a/dev/tasks/gandiva-jars/build-cpp-osx.sh
+++ b/dev/tasks/gandiva-jars/build-cpp-osx.sh
@@ -29,7 +29,7 @@ pushd cpp
-DARROW_GANDIVA=ON \
-DARROW_GANDIVA_JAVA=ON \
-DARROW_GANDIVA_STATIC_LIBSTDCPP=ON \
- -DARROW_BUILD_TESTS=ON \
+ -DARROW_BUILD_TESTS=OFF \
-DARROW_BUILD_UTILITIES=OFF \
-DPARQUET_BUILD_ENCRYPTION=OFF \
-DARROW_PARQUET=OFF \