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 eaa202fe3 [GLUTEN-5565][VL][BUILD] Fix setup-macos.sh: folly is
installed twice (#5566)
eaa202fe3 is described below
commit eaa202fe35d022100b68b2868ea192cbfab763e5
Author: zhouyifan279 <[email protected]>
AuthorDate: Mon Apr 29 08:39:26 2024 +0800
[GLUTEN-5565][VL][BUILD] Fix setup-macos.sh: folly is installed twice
(#5566)
---
ep/build-velox/src/get_velox.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index dbc2aaa26..27af6250d 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -314,8 +314,6 @@ function setup_macos {
echo "Unsupport s3"
exit 1
fi
-
- sed -i '' $'/^ run_and_time install_double_conversion/a\\\n run_and_time
install_folly\\\n' scripts/setup-macos.sh
}
if [ $OS == 'Linux' ]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]