[eastl] update to 3.18.00#21315
Merged
dan-shaw merged 5 commits intomicrosoft:masterfrom Nov 13, 2021
Merged
Conversation
There was a problem hiding this comment.
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 --allDiff
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.
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 --allDiff
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
},
NancyLi1013
approved these changes
Nov 12, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #21010
Update eastl to version 3.18.00
Note: no feature need to test