[vcpkg-tool] update to 2022-03-30#23886
Merged
BillyONeal merged 3 commits intomicrosoft:masterfrom Apr 1, 2022
Merged
Conversation
ras0219-msft
approved these changes
Mar 30, 2022
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 54951282f33d1ffed5fa9fa9a73a6c0466ac246d -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index d68f479..d34abf3 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6842,7 +6842,7 @@
},
"tensorflow": {
"baseline": "2.7.0",
- "port-version": 2
+ "port-version": 3
},
"tensorflow-cc": {
"baseline": "2.7.0",
diff --git a/versions/t-/tensorflow.json b/versions/t-/tensorflow.json
index e47e81c..dc589d3 100644
--- a/versions/t-/tensorflow.json
+++ b/versions/t-/tensorflow.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "db77df6d3cd81b5cb6c6d1d35dfcece14c911e4e",
+ "version-semver": "2.7.0",
+ "port-version": 3
+ },
{
"git-tree": "07b6bd8bae65b448a163db4e720c46afd605a1cc",
"version-semver": "2.7.0",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/tensorflow/vcpkg.json
Valid values for the license field can be found in the documentation
Contributor
Author
|
Confirmed this fixes the problem! https://dev.azure.com/vcpkg/public/_build/results?buildId=69775&view=results |
33995e2 to
188b589
Compare
Contributor
Author
BillyONeal
reviewed
Mar 31, 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.
Fixes #23862
additionally fixes that "PASSING, REMOVE FROM FAIL LIST" was an error in PR builds.