This is an automated email from the ASF dual-hosted git repository.
philo 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 ac9833fbc9 [VL] Check VELOX_HOME variable in build_arrow to allow
custom Velox path (#10865)
ac9833fbc9 is described below
commit ac9833fbc9e532e0435d91c41991cccf3f2ea742
Author: Joey <[email protected]>
AuthorDate: Sat Oct 11 16:23:24 2025 +0800
[VL] Check VELOX_HOME variable in build_arrow to allow custom Velox path
(#10865)
---
dev/builddeps-veloxbe.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index 8bdc72b1d3..10ca369e14 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -206,7 +206,7 @@ fi
concat_velox_param
function build_arrow {
- if [ ! -d "$GLUTEN_DIR/ep/build-velox/build/velox_ep" ]; then
+ if [ ! -d "$VELOX_HOME" ]; then
get_velox && setup_dependencies
fi
cd $GLUTEN_DIR/dev
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]