This is an automated email from the ASF dual-hosted git repository.
philo 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 d57644bfc1 [VL][CI] Fix CI reporting success despite command failures
by adding 'set -e' (#11462)
d57644bfc1 is described below
commit d57644bfc1b58e255f7453d1a66d4c6a3addce0f
Author: Jin Chengcheng <[email protected]>
AuthorDate: Fri Jan 23 10:12:43 2026 +0800
[VL][CI] Fix CI reporting success despite command failures by adding 'set
-e' (#11462)
---
.github/workflows/velox_backend_x86.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index 8678a0f544..14fb70e6dd 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -320,6 +320,7 @@ jobs:
-e matrix.java=${{ matrix.java }} -e matrix.spark=${{ matrix.spark
}} \
centos:7 \
bash -c "
+ set -e
sed -i -e 's|mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-*
|| true
sed -i -e
's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-* || true
@@ -1273,6 +1274,7 @@ jobs:
- name: Build Gluten native libraries
run: |
docker run -v $GITHUB_WORKSPACE:/work -w /work
apache/gluten:centos-9-jdk8-cudf bash -c "
+ set -e
rm -rf /opt/rh/gcc-toolset-12 && ln -s /opt/rh/gcc-toolset-14
/opt/rh/gcc-toolset-12 # hack to use gcc 14, should upgrade in Velox build
script later
df -a
dnf autoremove -y && dnf clean all
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]