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 b31d0751db [VL][INFRA] Free disk space for GPU CI (#11258)
b31d0751db is described below
commit b31d0751dbd61f5f011081a0fb2b506d24c84a6b
Author: Yuan <[email protected]>
AuthorDate: Sat Dec 6 11:32:04 2025 +0800
[VL][INFRA] Free disk space for GPU CI (#11258)
---
.github/workflows/velox_backend_x86.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index d2a9768dde..0128ef12f5 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1328,8 +1328,11 @@ jobs:
repo_url="https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo"
dnf config-manager --add-repo "$repo_url"
dnf install -y libnvjitlink-devel-12-8
+ dnf autoremove -y
df -a
- bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=OFF --spark_version=3.4 --build_tests=ON --build_benchmarks=ON
--enable_gpu=ON
+ bash dev/builddeps-veloxbe.sh --run_setup_script=OFF
--build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON
+ rm -rf ep/build-velox/build/velox_ep
+ mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
ccache -s
spark-test-spark40:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]