This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 5303f470a2 [Branch-1.5][VL] port docker file fixes to branch-1.5
5303f470a2 is described below
commit 5303f470a2cbda70b4fa1053ac6469bac58146bf
Author: Yuan <[email protected]>
AuthorDate: Mon Sep 8 10:22:32 2025 +0100
[Branch-1.5][VL] port docker file fixes to branch-1.5
Signed-off-by: Yuan <[email protected]>
---
dev/ci-velox-buildstatic-centos-7-enhanced-features.sh | 1 +
dev/ci-velox-buildstatic-centos-7.sh | 1 +
dev/docker/Dockerfile.centos7-static-build | 1 +
dev/vcpkg/setup-build-depends.sh | 1 +
4 files changed, 4 insertions(+)
diff --git a/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
b/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
index 5672b6d21a..d9b3416176 100755
--- a/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
+++ b/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
@@ -18,6 +18,7 @@
set -e
source /opt/rh/devtoolset-11/enable
+dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF
--build_tests=OFF --build_benchmarks=OFF \
--build_examples=OFF --enable_s3=ON --enable_gcs=ON
--enable_hdfs=ON --enable_abfs=ON --enable_enhanced_features=ON
diff --git a/dev/ci-velox-buildstatic-centos-7.sh
b/dev/ci-velox-buildstatic-centos-7.sh
index 3722b65875..8d99200500 100755
--- a/dev/ci-velox-buildstatic-centos-7.sh
+++ b/dev/ci-velox-buildstatic-centos-7.sh
@@ -18,6 +18,7 @@
set -e
source /opt/rh/devtoolset-11/enable
+source /opt/rh/rh-git227/enable
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF
--build_tests=OFF --build_benchmarks=OFF \
--build_examples=OFF --enable_s3=ON --enable_gcs=ON
--enable_hdfs=ON --enable_abfs=ON
diff --git a/dev/docker/Dockerfile.centos7-static-build
b/dev/docker/Dockerfile.centos7-static-build
index dfd2499e58..e015dc5178 100644
--- a/dev/docker/Dockerfile.centos7-static-build
+++ b/dev/docker/Dockerfile.centos7-static-build
@@ -42,6 +42,7 @@ RUN set -ex; \
echo "Build arrow, then install the native libs to system paths and jar
package to .m2/ directory."; \
cd /opt/gluten; \
source /opt/rh/devtoolset-11/enable; \
+ source /opt/rh/rh-git227/enable; \
bash ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON
--enable_s3=ON --enable_gcs=ON \
--enable_hdfs=ON --enable_abfs=ON
build_arrow; \
mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5
-DskipTests; \
diff --git a/dev/vcpkg/setup-build-depends.sh b/dev/vcpkg/setup-build-depends.sh
index 6d4695fb00..d2cec5b744 100755
--- a/dev/vcpkg/setup-build-depends.sh
+++ b/dev/vcpkg/setup-build-depends.sh
@@ -102,6 +102,7 @@ install_centos_7() {
# Requires 'centos-release-scl' package to be installed.
yum -y install rh-git227
source /opt/rh/rh-git227/enable
+ echo "source /opt/rh/rh-git227/enable" >> ~/.bashrc
fi
# flex>=2.6.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]