This is an automated email from the ASF dual-hosted git repository.
philo-he 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 8b28f221a1 [VL] Include Spark 4.1 build in release script (#12695)
8b28f221a1 is described below
commit 8b28f221a1f427e9233333d99f7d424447afe2ca
Author: Philo He <[email protected]>
AuthorDate: Thu Aug 6 00:30:27 2026 +0800
[VL] Include Spark 4.1 build in release script (#12695)
---
dev/release/build-release.sh | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev/release/build-release.sh b/dev/release/build-release.sh
index 1b782994bb..5ffcd56134 100755
--- a/dev/release/build-release.sh
+++ b/dev/release/build-release.sh
@@ -62,7 +62,6 @@ do
-Piceberg,delta,hudi,paimon -DskipTests
done
-for spark_version in 4.0
-do
- ${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13
-Pbackends-velox -Pspark-${spark_version} -Piceberg,paimon -DskipTests
-done
+${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13 -Pbackends-velox
-Pspark-4.0 -Piceberg,paimon -DskipTests
+
+${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pscala-2.13 -Pbackends-velox
-Pspark-4.1 -Piceberg -DskipTests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]