Skip to content

[vcpkg-tool] update to 2022-03-30#23886

Merged
BillyONeal merged 3 commits intomicrosoft:masterfrom
strega-nil:update-to-2022-03-30
Apr 1, 2022
Merged

[vcpkg-tool] update to 2022-03-30#23886
BillyONeal merged 3 commits intomicrosoft:masterfrom
strega-nil:update-to-2022-03-30

Conversation

@strega-nil-ms
Copy link
Contributor

@strega-nil-ms strega-nil-ms commented Mar 30, 2022

Fixes #23862

additionally fixes that "PASSING, REMOVE FROM FAIL LIST" was an error in PR builds.

Copy link

@github-actions github-actions bot left a 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!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 54951282f33d1ffed5fa9fa9a73a6c0466ac246d -- versions
./vcpkg x-add-version --all
Diff
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

@strega-nil-ms
Copy link
Contributor Author

@strega-nil-ms
Copy link
Contributor Author

@JonLiu1993 JonLiu1993 added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Mar 31, 2022
@BillyONeal BillyONeal merged commit 6c617b9 into microsoft:master Apr 1, 2022
@strega-nil strega-nil deleted the update-to-2022-03-30 branch March 31, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pull request CI ignores baseline records

6 participants