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 9bbeb9f81 [VL] Fix weekly build job (#6543)
9bbeb9f81 is described below
commit 9bbeb9f81397f03465a6b44982e4924d8c6c51b1
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Jul 22 15:01:26 2024 +0800
[VL] Fix weekly build job (#6543)
---
ep/build-velox/src/get_velox.sh | 8 --------
1 file changed, 8 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 09fc52f1e..54c583e09 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -123,10 +123,6 @@ function process_setup_ubuntu {
sed -i "s/apt install -y/sudo apt install -y/" scripts/setup-adapters.sh
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
- ensure_pattern_matched 'rpm -i minio-20220526054841.0.0.x86_64.rpm'
scripts/setup-adapters.sh
- 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
sed -i '/^ run_and_time install_folly/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh gcs' scripts/setup-ubuntu.sh
@@ -167,8 +163,6 @@ function process_setup_centos8 {
sed -i "s/yum -y install/sudo yum -y install/"
${VELOX_HOME}/scripts/setup-adapters.sh
if [ $ENABLE_S3 == "ON" ]; then
sed -i '/^ run_and_time install_fbthrift/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh aws' scripts/setup-centos8.sh
- # Maybe already installed.
- sed -i 's/rpm -i minio-20220526054841.0.0.x86_64.rpm/rpm -i --replacepkgs
minio-20220526054841.0.0.x86_64.rpm/g' scripts/setup-adapters.sh
fi
if [ $ENABLE_GCS == "ON" ]; then
sed -i '/^ run_and_time install_fbthrift/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh gcs' scripts/setup-centos8.sh
@@ -201,8 +195,6 @@ function process_setup_centos7 {
sed -i "s/yum -y install/sudo yum -y install/"
${VELOX_HOME}/scripts/setup-adapters.sh
if [ $ENABLE_S3 == "ON" ]; then
sed -i '/^ run_and_time install_folly/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh aws' scripts/setup-centos7.sh
- # Maybe already installed.
- sed -i 's/rpm -i minio-20220526054841.0.0.x86_64.rpm/rpm -i --replacepkgs
minio-20220526054841.0.0.x86_64.rpm/g' scripts/setup-adapters.sh
fi
if [ $ENABLE_GCS == "ON" ]; then
sed -i '/^ run_and_time install_folly/a \ \
'${VELOX_HOME}/scripts'/setup-adapters.sh gcs' scripts/setup-centos7.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]