zhouyuan commented on code in PR #8042:
URL: https://github.com/apache/incubator-gluten/pull/8042#discussion_r1857983396
##########
.github/workflows/velox_backend.yml:
##########
@@ -163,7 +169,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ "centos:7", "centos:8" ]
Review Comment:
It's the same issue as gluten vcpkg builder - node 20 requires more recent
libc. The fix is to rewrite the job with checkout on Ubuntu 20.04 + docker run
w/ Centos 7. I will fix it in the next patch so it wont block other pull
requests
--
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]