-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[graphite2] no absolute paths #21268
Conversation
5c547d8
to
0e27132
Compare
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: Local changes detected for gperftools but no changes to version or port version.
-- Version: 2019-09-02#1
-- Old SHA: e9062481bd1f6c7f7cac6bfabe0252f862730efc
-- New SHA: ae39b17f1c8e8b2653e086fff2c8be316b47e88d
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 4df8c6d7f0468264576f1d17401277b3d401b27f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/gperftools.json b/versions/g-/gperftools.json
index 2349012..1c0987e 100644
--- a/versions/g-/gperftools.json
+++ b/versions/g-/gperftools.json
@@ -1,8 +1,8 @@
{
"versions": [
{
- "git-tree": "ae39b17f1c8e8b2653e086fff2c8be316b47e88d",
- "version-date": "2019-09-02",
+ "git-tree": "e9062481bd1f6c7f7cac6bfabe0252f862730efc",
+ "version-string": "2019-09-02",
"port-version": 1
},
{
0e27132
to
81c8674
Compare
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: Local changes detected for gperftools but no changes to version or port version.
-- Version: 2019-09-02#1
-- Old SHA: e9062481bd1f6c7f7cac6bfabe0252f862730efc
-- New SHA: ae39b17f1c8e8b2653e086fff2c8be316b47e88d
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 4df8c6d7f0468264576f1d17401277b3d401b27f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/gperftools.json b/versions/g-/gperftools.json
index 2349012..1c0987e 100644
--- a/versions/g-/gperftools.json
+++ b/versions/g-/gperftools.json
@@ -1,8 +1,8 @@
{
"versions": [
{
- "git-tree": "ae39b17f1c8e8b2653e086fff2c8be316b47e88d",
- "version-date": "2019-09-02",
+ "git-tree": "e9062481bd1f6c7f7cac6bfabe0252f862730efc",
+ "version-string": "2019-09-02",
"port-version": 1
},
{
81c8674
to
2472f3b
Compare
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: Local changes detected for gperftools but no changes to version or port version.
-- Version: 2019-09-02#1
-- Old SHA: e9062481bd1f6c7f7cac6bfabe0252f862730efc
-- New SHA: ae39b17f1c8e8b2653e086fff2c8be316b47e88d
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 4df8c6d7f0468264576f1d17401277b3d401b27f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/gperftools.json b/versions/g-/gperftools.json
index 2349012..1c0987e 100644
--- a/versions/g-/gperftools.json
+++ b/versions/g-/gperftools.json
@@ -1,8 +1,8 @@
{
"versions": [
{
- "git-tree": "ae39b17f1c8e8b2653e086fff2c8be316b47e88d",
- "version-date": "2019-09-02",
+ "git-tree": "e9062481bd1f6c7f7cac6bfabe0252f862730efc",
+ "version-string": "2019-09-02",
"port-version": 1
},
{
2472f3b
to
c734cea
Compare
For #20469