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

[zstd] Fix mingw pc file #20852

Merged
merged 6 commits into from
Oct 27, 2021
Merged

[zstd] Fix mingw pc file #20852

merged 6 commits into from
Oct 27, 2021

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Oct 19, 2021

  • What does your PR fix?

    Fixes the installed pc file mingw-static builds: The library doesn't use a _static suffix.

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

    unchanged.

  • 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

@NancyLi1013 NancyLi1013 self-assigned this Oct 20, 2021
@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Oct 20, 2021
Small changes for the format
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 078f3e51efd5ea6072d0ba28d11baa946519a2ce -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/z-/zstd.json b/versions/z-/zstd.json
index 71d0dd3..583424d 100644
--- a/versions/z-/zstd.json
+++ b/versions/z-/zstd.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "3f5691c5c06e2bd81976f2c5283a0a7c00509c62",
+      "git-tree": "11c4392337e21fa1c91f0b25dfb7706507d3f41b",
       "version-semver": "1.5.0",
       "port-version": 1
     },

@NancyLi1013
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Oct 21, 2021
@BillyONeal BillyONeal merged commit 43b616b into microsoft:master Oct 27, 2021
@BillyONeal
Copy link
Member

Thanks for your very clear descriptions as always :D

@dg0yt dg0yt deleted the zstd branch November 13, 2021 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants