This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 86fcd7bf23 [GLUTEN-8609][VL] Remove force cleanup in build_velox.sh
(#8610)
86fcd7bf23 is described below
commit 86fcd7bf236dd77efa4220800d9bcd25f26a3c63
Author: Rong Ma <[email protected]>
AuthorDate: Sun Jan 26 01:05:33 2025 +0000
[GLUTEN-8609][VL] Remove force cleanup in build_velox.sh (#8610)
---
ep/build-velox/src/build_velox.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/ep/build-velox/src/build_velox.sh
b/ep/build-velox/src/build_velox.sh
index 67a540e76f..b1c2a860d8 100755
--- a/ep/build-velox/src/build_velox.sh
+++ b/ep/build-velox/src/build_velox.sh
@@ -181,8 +181,6 @@ echo "ENABLE_ABFS=${ENABLE_ABFS}"
echo "BUILD_TYPE=${BUILD_TYPE}"
cd ${VELOX_HOME}
-# Branch-new build requires all untracked files to be deleted. We only need
the source code.
-sudo git clean -dffx :/
compile
echo "Successfully built Velox from Source."
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]