PHILO-HE commented on PR #11407:
URL: 
https://github.com/apache/incubator-gluten/pull/11407#issuecomment-3782685155

   > Do you know why the CI succeeds but build failed? [#11407 
(comment)](https://github.com/apache/incubator-gluten/pull/11407#issuecomment-3766110951)
 @PHILO-HE
   
   @jinchengchenghh, sorry for missing this comment. Because `set -e` should be 
explicitly added when passing commands via `docker run bash -c` to stop the job 
if any errors occur, i.e., `docker run bash -c "set -e xxx"`. Alternatively, I 
would recommend to use the standard GitHub Actions `container` field with 
`apache/gluten:centos-9-jdk8-cudf` set. In an existing job, we are using 
`docker run bash -c` for centos 7 because that image is incompatible with the 
GHA checkout action. Since it's centos 9 here, I assume the standard way should 
work.


-- 
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