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

get rid of the ManifestParse printout #300

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

webern
Copy link
Contributor

@webern webern commented Jun 17, 2024

Issue number:

N/A

Description of changes:

We were seeing ManifestParse in the output when building a kit. This was from eval $(bottlerocket-variant) which was hitting an error because the variant Cargo.toml didn't exist.

This PR fixes the missing error message and stops running bottlerocket-variant when it's not needed.

Testing done:

Build a test kit, saw ManifestParse

After fixing the error message, did the same and saw the actual error message.

Removed the bottlerocket-variant calls from build-kit and build-package and no longer saw an error message.

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.

webern added 2 commits June 17, 2024 16:29
A couple of errors had no display in the bottlerocket-variant binary.
Variant environment variables are no longer needed when building a kit
or a package.
@webern webern force-pushed the manifest-parse-error branch from 8fa9c1b to 3482bc8 Compare June 17, 2024 23:30
@bcressey bcressey changed the title get rid of the ManfestParse printout get rid of the ManifestParse printout Jun 18, 2024
@bcressey bcressey merged commit d17c8e9 into bottlerocket-os:develop Jun 18, 2024
1 check passed
@webern webern deleted the manifest-parse-error branch June 18, 2024 17:53
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.

3 participants