-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[vcpkg baseline][qpid-proton] Fix dependencies #24267
[vcpkg baseline][qpid-proton] Fix dependencies #24267
Conversation
7265600
to
9313087
Compare
I really didn't like the fixes in this or #24282, so I did my own fix |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
Error: Local changes detected for qpid-proton but no changes to version or port version.
-- Version: 0.37.0#1
-- Old SHA: 62d99c883f70d3e43b1ed7bcf03d1c3664fa0002
-- New SHA: 543baa82530f5eb5ed9b3d6348a14b5e24ccda64
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
Thanks y'all! |
Fix:
Also fix other dependencies.
Related: #23259 #24100