Skip to content
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

Merged
merged 5 commits into from
Nov 13, 2021
Merged

[eastl] update to 3.18.00 #21315

merged 5 commits into from
Nov 13, 2021

Conversation

JonLiu1993
Copy link
Member

@JonLiu1993 JonLiu1993 commented Nov 11, 2021

Fix #21010

Update eastl to version 3.18.00

Note: no feature need to test

@JonLiu1993 JonLiu1993 added info:internal This PR or Issue was filed by the vcpkg team. category:port-update The issue is with a library, which is requesting update new revision labels Nov 11, 2021
Copy link

@github-actions github-actions bot left a 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
     },

Copy link

@github-actions github-actions bot left a 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
     },

@JonLiu1993 JonLiu1993 marked this pull request as ready for review November 12, 2021 01:51
@JonLiu1993 JonLiu1993 added category:port-bug The issue is with a library, which is something the port should already support and removed category:port-update The issue is with a library, which is requesting update new revision labels Nov 12, 2021
@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Nov 12, 2021
@dan-shaw dan-shaw merged commit 91b9422 into microsoft:master Nov 13, 2021
@JonLiu1993 JonLiu1993 deleted the dev/Jon/eastl branch November 15, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[eastl] update to 3.18.00
4 participants