-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[google-cloud-cpp] fix feature dependencies #27001
[google-cloud-cpp] fix feature dependencies #27001
Conversation
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: checked-in files for google-cloud-cpp have changed but the version was not updated
version: 2.2.0#1
old SHA: 4a7d53c5b4aec877a0d7cc332d475fc0793a50b2
new SHA: 1787308d659051c50c95298d855cd7ad5308d8b4
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
New features passed with following triplets: |
Some features in
google-cloud-cpp
depend on other features. This wasnot captured in the
vcpkg.json
file.What does your PR fix?
N/A
Which triplets are supported/not supported? Have you updated the CI baseline?
No change.
Does your PR follow the maintainer guide?
Yes.
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes.