Skip to content
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

[libfv] update libfv version to v0.0.8 #26210

Merged
merged 2 commits into from
Aug 8, 2022

Conversation

fawdlstty
Copy link
Contributor

@fawdlstty fawdlstty commented Aug 6, 2022

Describe the pull request

  • What does your PR fix?

    add multithread support

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    windows

  • 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

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

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 9b22b40c6c61bf0da2d46346dd44a11e90972cc9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 78c7090..dbad5d6 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2225,7 +2225,7 @@
       "port-version": 0
     },
     "fawdlstty-libfv": {
-      "baseline": "0.0.6",
+      "baseline": "0.0.8",
       "port-version": 0
     },
     "fbgemm": {
diff --git a/versions/f-/fawdlstty-libfv.json b/versions/f-/fawdlstty-libfv.json
index 8abc3ba..9420ff4 100644
--- a/versions/f-/fawdlstty-libfv.json
+++ b/versions/f-/fawdlstty-libfv.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "d91c20aee1a33a221803e6e89147f751e3b78549",
+      "version": "0.0.8",
+      "port-version": 0
+    },
     {
       "git-tree": "f763fa0612d3a1416497c810a16cdcac36936822",
       "version": "0.0.6",

@LilyWangLL LilyWangLL added the category:port-update The issue is with a library, which is requesting update new revision label Aug 8, 2022
@LilyWangLL LilyWangLL changed the title update libfv version to v0.0.8 [libfv] update libfv version to v0.0.8 Aug 8, 2022
@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label Aug 8, 2022
@BillyONeal BillyONeal merged commit 88f7092 into microsoft:master Aug 8, 2022
@BillyONeal
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants