PHILO-HE commented on code in PR #6956:
URL: https://github.com/apache/incubator-gluten/pull/6956#discussion_r1724434683
##########
.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:
Seems the docker env doesn't contain installed maven?
--
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]