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 527a72fc98 [GLUTEN-11611][VL] Enable GPU build CI (#11668)
527a72fc98 is described below
commit 527a72fc98116e044b62ff82ba95ca8f43706ada
Author: Jin Chengcheng <[email protected]>
AuthorDate: Mon Mar 2 23:47:07 2026 +0800
[GLUTEN-11611][VL] Enable GPU build CI (#11668)
re-enable GPU CI
---
.github/workflows/velox_backend_x86.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index 8d5bc71aec..3278e95506 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1332,7 +1332,7 @@ jobs:
mkdir -p /work/.ccache
cd /work
- #bash dev/builddeps-veloxbe.sh --run_setup_script=OFF
--build_arrow=OFF --build_tests=ON --build_benchmarks=ON --enable_gpu=ON #
TODO: re-enable tests with more disk space
+ 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
build/mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
ccache -s
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]