[many ports] Fix version files#24277
Merged
strega-nil-ms merged 2 commits intomicrosoft:masterfrom Apr 21, 2022
Merged
Conversation
strega-nil-ms
approved these changes
Apr 20, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix problems in version files detected by
x-ci-verify-versions --verify-git-treesPorts with versions that are not in our Git history
These are caused when a PR adds multiple versions of a single port to the database in the same PR.
color-consolecudadirectxsdkgladlibaolibtcodsleepy-discordPorts with version discrepancies between files in SHA and version declared in DB
These are often caused by bad merges when pulling upstream changes.
libarchivemailioopencv3opencv4robin-mapPorts with versions that contain errors on their
CONTROLorvcpkg.jsonfile.abseil:2020-03-03#7: features are improperly formattedgit show 28fa609b06eec70bb06e61891e94b94f35f7d06e:vcpkg.jsonblend2d:beta_2020_07_31: features are improperly formattedgit show ffce764b880d8cc24e3b00328aa3861f15bae91d:vcpkg.jsonlibwebp:1.1.0: CONTROL file contains_that is now disallowedgit show a05e0de81085231df86f6902aba1e0a364e2ca7b:CONTROLAfter all this have been fixed we can enable
--verify-git-treeson our CI to prevent these issues from popping up again.--verify-git-treeson CI