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

bootstrapper: undefine -v flag to avoid collision #406

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

3u13r
Copy link
Member

@3u13r 3u13r commented Oct 28, 2022

Proposed change(s)

  • Temporarily undefine -v flag as it collided with glogs definition.

As far as I can see, we never used the flag in our images anyway to setting to the flag's default.

The other solution would be to revert 79f52e67cb0d078c951f7ebcff97e6a91b9253a8 . In my opinion this is less preferable since this will block AWS support again.

As soon as google/go-sev-guest#23 is merged and used downstream, we can re-enable the flag.

@netlify
Copy link

netlify bot commented Oct 28, 2022

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit b089b58
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/635c10499d8df500080c19c5

@3u13r 3u13r marked this pull request as ready for review October 29, 2022 01:17
Copy link
Member

@katexochen katexochen left a comment

Choose a reason for hiding this comment

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

You checked we haven't got any scripts that use this flag, right?

@3u13r
Copy link
Member Author

3u13r commented Oct 29, 2022

Yes, checked for bootstrapper.*-v in the repo. Also checked the systemd unit starting the bootstrapper. Of course could be that I missed something.

@3u13r 3u13r merged commit cf627bc into main Oct 29, 2022
@3u13r 3u13r deleted the fix/flagCollisionWithGlog branch October 29, 2022 20:57
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.

2 participants