wForget commented on code in PR #6956:
URL: https://github.com/apache/incubator-gluten/pull/6956#discussion_r1724465981
##########
.github/workflows/velox_docker.yml:
##########
@@ -605,6 +605,9 @@ jobs:
run: |
df -a
bash dev/ci-velox-buildshared-centos-8.sh
+ - name: Export Maven path
+ run: |
+ echo "PATH=${PATH}:/usr/lib/maven/bin" >> $GITHUB_ENV
Review Comment:
Perhaps we can introduce an mvn wrapper script for Gluten like Spark did:
https://github.com/apache/spark/blob/master/build/mvn
--
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]