-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xx-verify: skip non-binary #191
Conversation
Tested here: https://github.com/tonistiigi/xx/actions/runs/12276899732/job/34255108069?pr=189#step:5:30819
|
Signed-off-by: CrazyMax <[email protected]>
866142f
to
57a2f2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should do this. xx-verify
is for checking the compilation artifact. Compiler step generating a binary for wrong architecture is similar error to it generating something else than the binary. It's a sign that xx-verify
is not needed or that it is pointed to a wrong path.
Ok then we need some changes around Line 258 in 3ecfcd2
|
Yes, we could verify that some of the required binaries (ld etc) by name to make sure they always exist. For the rest we can check manually that we only call binaries(or exclude ascii) with |
|
follow-up #189 (comment)
https://github.com/tonistiigi/xx/actions/runs/12275235320/job/34249881455#step:5:30760
I think we should skip and not fail if file is not a binary.