This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 b82ef9a94b [GLUTEN-9929][VL] Disable arrow build in cudf ci (#9951)
b82ef9a94b is described below
commit b82ef9a94bf9085815b2157ec343d84e86da3e6c
Author: Jin Chengcheng <[email protected]>
AuthorDate: Thu Jun 12 07:58:19 2025 +0100
[GLUTEN-9929][VL] Disable arrow build in cudf ci (#9951)
---
.github/workflows/velox_backend_cache.yml | 2 +-
.github/workflows/velox_backend_x86.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/velox_backend_cache.yml
b/.github/workflows/velox_backend_cache.yml
index 564ebe8926..37050f9cbb 100644
--- a/.github/workflows/velox_backend_cache.yml
+++ b/.github/workflows/velox_backend_cache.yml
@@ -124,7 +124,7 @@ jobs:
- name: Build Gluten shared libraries
run: |
df -a
- bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=ON --spark_version=3.4 --enable_gpu=ON
+ bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=OFF --spark_version=3.4 --enable_gpu=ON
ccache -s
- name: Save Ccache
uses: actions/cache/save@v3
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index e7c25a6696..cfd8607ce6 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1289,5 +1289,5 @@ jobs:
- name: Build Gluten native libraries
run: |
df -a
- bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=ON --spark_version=3.4 --enable_gpu=ON
+ bash dev/buildbundle-veloxbe.sh --run_setup_script=OFF
--build_arrow=OFF --spark_version=3.4 --enable_gpu=ON
ccache -s
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]