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 972004395 [GLUTEN-5448][VL] Fix the issue of cleaning when left with 
previous build in velox-backends part (#5449)
972004395 is described below

commit 972004395369224e572690b0fe53d90c19cd3a94
Author: Donvi <[email protected]>
AuthorDate: Mon Apr 22 09:58:57 2024 +0800

    [GLUTEN-5448][VL] Fix the issue of cleaning when left with previous build 
in velox-backends part (#5449)
---
 dev/builddeps-veloxbe.sh          | 2 +-
 ep/build-velox/src/build_velox.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index 1951c697e..e90106ee7 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -213,4 +213,4 @@ commands_to_run=${OTHER_ARGUMENTS:-}
        "${cmd}"
     done
   fi
-)
\ No newline at end of file
+)
diff --git a/ep/build-velox/src/build_velox.sh 
b/ep/build-velox/src/build_velox.sh
index a38107c8f..c732a65b9 100755
--- a/ep/build-velox/src/build_velox.sh
+++ b/ep/build-velox/src/build_velox.sh
@@ -209,7 +209,7 @@ function check_commit {
     fi
   else
     # Branch-new build requires all untracked files to be deleted. We only 
need the source code.
-    git clean -dffx :/
+    sudo git clean -dffx :/
   fi
 
   if [ -f ${VELOX_HOME}/velox-build.cache ]; then


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

Reply via email to