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 aadc68b7cd [INFRA][VL] Follow-up: Fix build failures for docker images
(#11124)
aadc68b7cd is described below
commit aadc68b7cdfd0de5aff4638bcd16a802aece9901
Author: PHILO-HE <[email protected]>
AuthorDate: Wed Nov 19 21:51:28 2025 +0800
[INFRA][VL] Follow-up: Fix build failures for docker images (#11124)
Follow-up for #11122.
---
dev/docker/Dockerfile.centos8-static-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/docker/Dockerfile.centos8-static-build
b/dev/docker/Dockerfile.centos8-static-build
index af990608ec..3007462126 100644
--- a/dev/docker/Dockerfile.centos8-static-build
+++ b/dev/docker/Dockerfile.centos8-static-build
@@ -44,7 +44,7 @@ RUN set -ex; \
fi; \
source /opt/rh/gcc-toolset-11/enable; \
cd /opt/gluten; \
- export SSL_VERIFY=false \
+ export SSL_VERIFY=false; \
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; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]