-
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
[eastl] update to 3.18.00 #21315
[eastl] update to 3.18.00 #21315
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: Local changes detected for eastl but no changes to version or port version.
-- Version: 3.18.00
-- Old SHA: a9f54d0c4a7a571329fd2ee5e8788c2a5a5414ca
-- New SHA: 266dee2cbe403d18d947c81372ea77d05ac69730
-- 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 c32ccbb34caacea28ba2d2b3df232ee36359c9f6 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/e-/eastl.json b/versions/e-/eastl.json
index c445ea6..9115dc8 100644
--- a/versions/e-/eastl.json
+++ b/versions/e-/eastl.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "266dee2cbe403d18d947c81372ea77d05ac69730",
+ "git-tree": "a9f54d0c4a7a571329fd2ee5e8788c2a5a5414ca",
"version-string": "3.18.00",
"port-version": 0
},
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 897ff9372f15c032f1e6cd1b97a59b57d66ee5b2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/e-/eastl.json b/versions/e-/eastl.json
index 43a06b5..7a67948 100644
--- a/versions/e-/eastl.json
+++ b/versions/e-/eastl.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "266dee2cbe403d18d947c81372ea77d05ac69730",
+ "git-tree": "41bc58f85c73fb0dec5374fc0c9b84ffc401555c",
"version-string": "3.18.00",
"port-version": 1
},
Fix #21010
Update eastl to version 3.18.00
Note: no feature need to test