-
Notifications
You must be signed in to change notification settings - Fork 1.2k
osbuilder: Fix build dependency of ubuntu rootfs with Docker #10377
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
Conversation
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.
Thanks @coolljt0725! Can you fix the failing commit message check and fix it according to our patch format? Your message is missing a body.
https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#patch-format
@sprt updated |
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.
lgtm, thanks @coolljt0725!
@coolljt0725 Please rebase to main to update the workflow. |
af5c621
to
1159f7a
Compare
@ChengyuZhu6 rebased |
|
@sprt @fidencio @amshinde Did you encounter the error mentioned by @coolljt0725 when building rootfs? |
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.
Thanks for this, LGTM, however 3 required jobs are failing. @wainersm are those safe to ignore?
Rerunning the failed tests. |
@coolljt0725 Can you please rebae? Thanks! |
Build ubuntu rootfs with Docker failed with error: `Unable to find libclang` Fix this error by adding libclang-dev to the dependency. Signed-off-by: Jitang Lei <leijitang@outlook.com>
1159f7a
to
ed4c727
Compare
rebased |
When build ubuntu rootfs by using Docker, it failed with the following error:

Fix this by adding
libclang-dev
to the dependency.