wForget commented on code in PR #9028:
URL: https://github.com/apache/incubator-gluten/pull/9028#discussion_r2000568351
##########
.github/workflows/velox_backend.yml:
##########
@@ -85,6 +85,7 @@ jobs:
run: |
docker pull apache/gluten:vcpkg-centos-7
docker run -v $GITHUB_WORKSPACE:/work -w /work
apache/gluten:vcpkg-centos-7 bash -c "
+ set -e
Review Comment:
@PHILO-HE Thanks for your tip, it seems that adding `set -e` here can pass
the error.
https://github.com/apache/incubator-gluten/actions/runs/13919427805/job/38949010930?pr=9028
--
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]