-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Conversation
Co-authored-by: Thomas1664 <[email protected]>
Co-authored-by: Thomas1664 <[email protected]>
Co-authored-by: Thomas1664 <[email protected]>
Co-authored-by: Thomas1664 <[email protected]>
Co-authored-by: JonLiu1993 <[email protected]>
There was a problem hiding this 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***
Co-authored-by: Alexander Neumann <[email protected]>
There was a problem hiding this 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",
Already tested all features successsfully on x86-windows and x64-windows-static. |
Co-authored-by: Thomas1664 <[email protected]>
LGTM, thanks! |
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