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 01c981390 [GLUTEN-5085][VL] Fix get_velox.sh on macOS (#5086)
01c981390 is described below
commit 01c9813906e2c0ccc03690f2c0198ce0428271c5
Author: James Xu <[email protected]>
AuthorDate: Fri Mar 22 20:42:20 2024 +0800
[GLUTEN-5085][VL] Fix get_velox.sh on macOS (#5086)
---
ep/build-velox/src/get_velox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 26faf289f..f47279397 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -320,7 +320,7 @@ function setup_macos {
sed -i '' $'/^ run_and_time install_double_conversion/a\\\n run_and_time
install_folly\\\n' scripts/setup-macos.sh
# need set BUILD_SHARED_LIBS flag for thrift
- sed -i "/facebook\/fbthrift/{n;s/cmake_install
-DBUILD_TESTS=OFF/cmake_install -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF/;}"
scripts/setup-macos.sh
+ sed -i '' "/facebook\/fbthrift/{n;s/cmake_install
-DBUILD_TESTS=OFF/cmake_install -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF/;}"
scripts/setup-macos.sh
}
if [ $OS == 'Linux' ]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]