You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version constraint used in related ports cause the failures in manifest mode. See #18779 (comment)
Failures:
Error: no version entry for azure-storage-common-cpp at version 12.0.0.
We are currently using the version in the ports tree (12.0.1).
Error: no version entry for azure-core-cpp at version 1.0.0.
We are currently using the version in the ports tree (1.1.0).
Error: no version entry for azure-storage-blobs-cpp at version 12.0.0.
We are currently using the version in the ports tree (12.0.1).
Error: no version entry for azure-storage-common-cpp at version 12.0.0.
We are currently using the version in the ports tree (12.0.1).
We release azure-core version 1.2.0, and are release azure-identity version 1.1.0, which will only compile with azure-core1.2.0, how should we manifest that? You removed "version>=", is there other way?
And if not, how do we get there to achieve what we want?
Out of curiosity, if we should not be using version>= in this case, what scenarios should version>= be used in?
And also, if this is something that should not be used, is it possible to enforce it via CI checks? Last time, CI did not catch using the version constraint with libcurl, here we are updating the manifests retroactively - I think, if CI was clearer about this, it would've been better for all.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
category:port-bugThe issue is with a library, which is something the port should already supportinfo:needs-maintainer-attentionLets the current 'on rotation' vcpkg maintainer know they need to look at this.
5 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #19267
This version constraint used in related ports cause the failures in manifest mode. See #18779 (comment)
Failures:
cc @ahsonkhan cc @RickWinter, @vhvb1989