-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[roaring] Update to 0.9.6 #29579
[roaring] Update to 0.9.6 #29579
Conversation
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 roaring have changed but the version was not updated
version: 0.9.5#1
old SHA: 276a13d125a717cdb68f9da210c815288488eed0
new SHA: 18bbda1279131edd1920a3d71a31d7e1a647e3d6
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
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 371892cc20c3b81e5f609e898ab78875fc4d3d72 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index a894409..305c5b5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6861,7 +6861,7 @@
"port-version": 0
},
"roaring": {
- "baseline": "0.9.5",
+ "baseline": "0.9.6",
"port-version": 1
},
"robin-hood-hashing": {
diff --git a/versions/r-/roaring.json b/versions/r-/roaring.json
index 1389e89..c19a4a1 100644
--- a/versions/r-/roaring.json
+++ b/versions/r-/roaring.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "a26be3e790be16d0fb22e752aa5c9673e6d3ac92",
+ "version": "0.9.6",
+ "port-version": 1
+ },
{
"git-tree": "276a13d125a717cdb68f9da210c815288488eed0",
"version": "0.9.5",
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 371892cc20c3b81e5f609e898ab78875fc4d3d72 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index a894409..6901abd 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6861,8 +6861,8 @@
"port-version": 0
},
"roaring": {
- "baseline": "0.9.5",
- "port-version": 1
+ "baseline": "0.9.6",
+ "port-version": 0
},
"robin-hood-hashing": {
"baseline": "3.11.5",
diff --git a/versions/r-/roaring.json b/versions/r-/roaring.json
index 1389e89..2ddaefc 100644
--- a/versions/r-/roaring.json
+++ b/versions/r-/roaring.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "9db14142b67f98cafe5c5cda27162680abd66a45",
+ "version": "0.9.6",
+ "port-version": 0
+ },
{
"git-tree": "276a13d125a717cdb68f9da210c815288488eed0",
"version": "0.9.5",
You should run the command: ./vcpkg x-add-version --all to update the database version. You can get more information from maintainer-guide.md. |
73a513e
to
73180a9
Compare
@jimwang118 updated, PTAL. |
All test passed with following triplets: x86-windows |
./vcpkg x-add-version --all
and committing the result.