This is an automated email from the ASF dual-hosted git repository.
marin-ma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new d824ab2683 [VL] Fix GH action cache for GPU build (#12285)
d824ab2683 is described below
commit d824ab2683b4260981016af588877db6844af70f
Author: Yuan <[email protected]>
AuthorDate: Fri Jun 12 21:33:08 2026 +0800
[VL] Fix GH action cache for GPU build (#12285)
---
.github/workflows/velox_backend_cache.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend_cache.yml
b/.github/workflows/velox_backend_cache.yml
index 6f54bf9f4c..fbbea9e26d 100644
--- a/.github/workflows/velox_backend_cache.yml
+++ b/.github/workflows/velox_backend_cache.yml
@@ -158,7 +158,7 @@ jobs:
path: '${{ env.CCACHE_DIR }}'
key:
ccache-centos9-cudf-release-shared-${{runner.arch}}-${{github.sha}}
restore-keys: |
- ccache-centos9-release-shared-${{runner.arch}}
+ ccache-centos9-cudf-release-shared-${{runner.arch}}
- name: Build Gluten shared libraries
run: |
docker run -v $GITHUB_WORKSPACE:/work -w /work
apache/gluten:centos-9-jdk8-cudf bash -c "
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]