This is an automated email from the ASF dual-hosted git repository.
yao 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 8a7edc14a2 [MINOR] Use build/mvn wrapper in CI cache workflow (#11644)
8a7edc14a2 is described below
commit 8a7edc14a276fc772bd405dde87624e538de4b1d
Author: Kent Yao <[email protected]>
AuthorDate: Thu Feb 26 18:04:56 2026 +0800
[MINOR] Use build/mvn wrapper in CI cache workflow (#11644)
Replace bare 'mvn' with './build/mvn' wrapper in velox_backend_cache.yml
to ensure consistent Maven version and settings.
Co-authored-by: Copilot <[email protected]>
---
.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 e123e71349..ca0dc29bcc 100644
--- a/.github/workflows/velox_backend_cache.yml
+++ b/.github/workflows/velox_backend_cache.yml
@@ -178,7 +178,7 @@ jobs:
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
rm -rf ep/build-velox/build/velox_ep
- mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
+ ./build/mvn clean package -Pbackends-velox -Pspark-3.4 -DskipTests
ccache -s
"
- name: Save Ccache
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]