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 4b9012a08 [VL][BUILD] Fix unbound variable error when building on 
MacOS (#6474)
4b9012a08 is described below

commit 4b9012a0839a48974163aa0c0b6de5235b465eb4
Author: Mingliang Zhu <[email protected]>
AuthorDate: Tue Jul 16 16:11:27 2024 +0800

    [VL][BUILD] Fix unbound variable error when building on MacOS (#6474)
---
 dev/builddeps-veloxbe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index c0f2290b7..1676577ae 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -238,6 +238,7 @@ if [ "$VELOX_HOME" == "" ]; then
 fi
 
 OS=`uname -s`
+ARCH=`uname -m`
 source $GLUTEN_DIR/dev/build_helper_functions.sh
 if [ -z "${GLUTEN_VCPKG_ENABLED:-}" ] && [ $RUN_SETUP_SCRIPT == "ON" ]; then
   echo "Start to install dependencies"


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

Reply via email to