This is an automated email from the ASF dual-hosted git repository.
marong 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 4d9d7b0dc0 [VL] [Minor] fix install script (#11131)
4d9d7b0dc0 is described below
commit 4d9d7b0dc0cd5dded3a773113da08f8ccef7737a
Author: BInwei Yang <[email protected]>
AuthorDate: Thu Nov 20 07:11:39 2025 -0800
[VL] [Minor] fix install script (#11131)
---
dev/builddeps-veloxbe.sh | 4 ++--
ep/build-velox/src/setup-rhel.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index 61202df476..34a5fe1a2e 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -292,11 +292,11 @@ function setup_dependencies {
install_aws_deps
fi
if [ $ENABLE_GCS == "ON" ]; then
- install_gcs-sdk-cpp
+ install_gcs_sdk_cpp
fi
if [ $ENABLE_ABFS == "ON" ]; then
export AZURE_SDK_DISABLE_AUTO_VCPKG=ON
- install_azure-storage-sdk-cpp
+ install_azure_storage_sdk_cpp
fi
popd
}
diff --git a/ep/build-velox/src/setup-rhel.sh b/ep/build-velox/src/setup-rhel.sh
index fd781db314..63bc1f06e2 100755
--- a/ep/build-velox/src/setup-rhel.sh
+++ b/ep/build-velox/src/setup-rhel.sh
@@ -209,13 +209,13 @@ function install_gcs {
# Dependencies of GCS, probably a workaround until the docker image is
rebuilt
dnf -y install npm curl-devel
install_c-ares
- install_gcs-sdk-cpp
+ install_gcs_sdk_cpp
}
function install_abfs {
# Dependencies of Azure Storage Blob cpp
dnf -y install perl-IPC-Cmd openssl libxml2-devel
- install_azure-storage-sdk-cpp
+ install_azure_storage_sdk_cpp
}
function install_adapters {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]