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 baaa782fb5 [GLUTEN-10635][VL] bugfix: file INSTALL cannot set
permissions (#10638)
baaa782fb5 is described below
commit baaa782fb5533bbe7fe0da05ea322098241e5e3c
Author: Jiaan Geng <[email protected]>
AuthorDate: Tue Sep 9 11:03:54 2025 +0800
[GLUTEN-10635][VL] bugfix: file INSTALL cannot set permissions (#10638)
---
dev/build_arrow.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/build_arrow.sh b/dev/build_arrow.sh
index 4f2bcf2d23..f5b649db72 100755
--- a/dev/build_arrow.sh
+++ b/dev/build_arrow.sh
@@ -18,7 +18,7 @@
set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
-SUDO="${sudo:-""}"
+SUDO="${SUDO:-""}"
source ${CURRENT_DIR}/build_helper_functions.sh
VELOX_ARROW_BUILD_VERSION=15.0.0
ARROW_PREFIX=$CURRENT_DIR/../ep/_ep/arrow_ep
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]