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

[cpuinfo] updated to last commit from 2022-07-19 #25974

Merged
merged 26 commits into from
Jul 30, 2022

Conversation

vladimir-aubrecht
Copy link
Member

@vladimir-aubrecht vladimir-aubrecht commented Jul 25, 2022

Describe the pull request
Cpuinfo updated to last commit from 2022-07-19

  • What does your PR fix?

    New version is adding win-arm64 support.

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

    all, No

  • 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

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for cpuinfo have changed but the version was not updated
version: 2022-07-19#2
old SHA: 93a84261403f704489cd5f5d57ff6085a32af6dc
new SHA: e531d19043292a663bd3be93eef58335d550c5ab
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

github-actions[bot]
github-actions bot previously approved these changes Jul 25, 2022
ports/cpuinfo/vcpkg.json Outdated Show resolved Hide resolved
@JackBoosY JackBoosY added the category:port-update The issue is with a library, which is requesting update new revision label Jul 26, 2022
github-actions[bot]
github-actions bot previously approved these changes Jul 26, 2022
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
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 f93ba152d55e1d243160e690bc302ffe8638358e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 345f3b6..3fc87a8 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1694,7 +1694,7 @@
     },
     "cpuinfo": {
       "baseline": "2022-07-19",
-      "port-version": 2
+      "port-version": 0
     },
     "cr": {
       "baseline": "2020-04-26",
diff --git a/versions/c-/cpuinfo.json b/versions/c-/cpuinfo.json
index 55ef8ee..89538d7 100644
--- a/versions/c-/cpuinfo.json
+++ b/versions/c-/cpuinfo.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "5ee1eff9fe6cfa584b697e71ce7081a69ef2c51d",
+      "version-date": "2022-07-19",
+      "port-version": 0
+    },
     {
       "git-tree": "27de98dc25f757fa2e5003b6f4c4ae38a0e31120",
       "version-date": "2022-07-19",

github-actions[bot]
github-actions bot previously approved these changes Jul 26, 2022
@vladimir-aubrecht vladimir-aubrecht marked this pull request as ready for review July 26, 2022 13:37
JackBoosY
JackBoosY previously approved these changes Jul 28, 2022
@JackBoosY JackBoosY added requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function and removed requires:author-response labels Jul 28, 2022
@JackBoosY
Copy link
Contributor

Already tested all features successsfully on x86-windows and x64-windows-static.

@JackBoosY JackBoosY added info:reviewed Pull Request changes follow basic guidelines and removed requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function labels Jul 28, 2022
versions/c-/cpuinfo.json Outdated Show resolved Hide resolved
@JackBoosY JackBoosY removed the info:reviewed Pull Request changes follow basic guidelines label Jul 28, 2022
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Jul 28, 2022
@ras0219-msft ras0219-msft changed the title Cpuinfo updated to last commit from 2022-07-19 [cpuinfo] updated to last commit from 2022-07-19 Jul 30, 2022
@ras0219-msft ras0219-msft merged commit 25d3e2c into microsoft:master Jul 30, 2022
@ras0219-msft
Copy link
Contributor

LGTM, 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.

5 participants