zhztheplayer commented on code in PR #11704:
URL: 
https://github.com/apache/incubator-gluten/pull/11704#discussion_r2889664165


##########
dev/release/build-release.sh:
##########
@@ -64,3 +64,8 @@ do
   ${GLUTEN_HOME}/build/mvn clean install -Pjava-17 -Pbackends-velox 
-Pspark-${spark_version} -Pceleborn,uniffle \
                     -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} -DskipTests

Review Comment:
   As discussed, I added `-P iceberg` here, will add others once they are 
guaranteed to be ready for release.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to