-
Notifications
You must be signed in to change notification settings - Fork 1
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
grub-tb-common.inc: clone gnulib in do_fetch() #36
Conversation
Signed-off-by: Maciej Pijanowski <[email protected]>
1aa2324
to
6e5a9ec
Compare
pre-commit fails for these changes:
Most likely, it does not like the EDIT: asked here: priv-kweihmann/oelint-adv#603 |
BTW @m-iwanicki , we have had another failure on main branch already:
|
pre-commit.ci run |
@macpijan We are using our fork of oelint and error is in multiline indent fix which was done by @PLangowski. From what I can see we use old commit, maybe tagged version fixes it. |
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
@macpijan added fix for .pre-commit (changed to newer version) and fixed oelint errors. But pre-commit.ci still errors out. This time it can't reach |
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.
Looks fine. From log.do_configure
we can see that bootstrap
doesn't clone gnulib:
DEBUG: Executing shell function do_configure
/build/tmp/work/core2-64-tb-linux/grub/2.06/git/bootstrap: Bootstrapping from checked-out grub sources...
/build/tmp/work/core2-64-tb-linux/grub/2.06/git/bootstrap: consider installing git-merge-changelog from gnulib
Note: switching to 'd271f868a8df9bbec29049d01e056481b7a1a263'.
I later noticed that while this fixes building the image, I simply edited Another change was needed because grub 2.12+ installes bash completion which maybe wasn't installed in 2.06 by default:
Don't know if that's the proper way of handling it. Will these steps combined building and deploying |
@SergiiDmytruk I guess I could either try to copy gnulib from cache before each build or try to find more precise reason why it fails. |
Signed-off-by: Michał Iwanicki <[email protected]>
@macpijan I changed |
Fixes #32