Skip to content
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

apply two fixes for GRUB build #2495

Merged
merged 2 commits into from
Oct 17, 2022

Conversation

bcressey
Copy link
Contributor

Issue number:

N/A

Description of changes:
Removes an unnecessary dependency on the target's C library, and an unnecessary invocation of autogen.sh.

Testing done:
GRUB still builds.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The tools for making images are built with the host toolchain, and
the actual image contents are freestanding, so the target's C library
is not required.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
The bootstrap script calls `autogen.sh` at the end, and running it a
second time adds around 20 seconds to the build.

Signed-off-by: Ben Cressey <bcressey@amazon.com>
Copy link
Contributor

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bcressey bcressey merged commit 8f72248 into bottlerocket-os:develop Oct 17, 2022
@bcressey bcressey deleted the misc-grub-fixes branch October 17, 2022 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants