This is an automated email from the ASF dual-hosted git repository.
felixybw 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 88394d172 [BUILD] Syntax error when run `./dev/builddeps-veloxbe.sh
--enable_s3=ON` (#6169)
88394d172 is described below
commit 88394d17230092d09edf644b0e1820fd31732f9b
Author: zhouyifan279 <[email protected]>
AuthorDate: Fri Jun 21 03:12:34 2024 +0800
[BUILD] Syntax error when run `./dev/builddeps-veloxbe.sh --enable_s3=ON`
(#6169)
Small fix of build script
---
ep/build-velox/src/get_velox.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 1b0a3ebed..e4f71214e 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -108,6 +108,7 @@ function process_setup_ubuntu {
if [ $ENABLE_S3 == "ON" ]; then
sed -i '/^ run_and_time install_folly/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh aws' scripts/setup-ubuntu.sh
# it's used for velox CI
+ sed -i '/rpm -i minio-20220526054841.0.0.x86_64.rpm/a \ \ echo "Skip
installing minio"' scripts/setup-adapters.sh
sed -i 's/rpm -i minio-20220526054841.0.0.x86_64.rpm/#rpm -i
minio-20220526054841.0.0.x86_64.rpm/g' scripts/setup-adapters.sh
fi
if [ $ENABLE_GCS == "ON" ]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]