This is an automated email from the ASF dual-hosted git repository.

yangzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new ffb693ed1 [VL] Fix build Velox script incorrectly judged as successful 
when run make (#6331)
ffb693ed1 is described below

commit ffb693ed17e17b0c2a9c2aff4719ea8309df8e89
Author: j7nhai <[email protected]>
AuthorDate: Thu Jul 4 17:22:20 2024 +0800

    [VL] Fix build Velox script incorrectly judged as successful when run make 
(#6331)
---
 ep/build-velox/src/build_velox.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ep/build-velox/src/build_velox.sh 
b/ep/build-velox/src/build_velox.sh
index b55f65a98..47d0398c0 100755
--- a/ep/build-velox/src/build_velox.sh
+++ b/ep/build-velox/src/build_velox.sh
@@ -109,6 +109,9 @@ function compile {
     fi
   fi
 
+  # Maybe there is some set option in velox setup script. Run set command 
again.
+  set -exu  
+
   CXX_FLAGS='-Wno-missing-field-initializers'
   COMPILE_OPTION="-DCMAKE_CXX_FLAGS=\"$CXX_FLAGS\" -DVELOX_ENABLE_PARQUET=ON 
-DVELOX_BUILD_TESTING=OFF"
   if [ $BUILD_TEST_UTILS == "ON" ]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to