[boost] Stop renaming the toolset version. #27693
Closed
Neumann-A wants to merge 3 commits intomicrosoft:masterfrom
Closed
[boost] Stop renaming the toolset version. #27693Neumann-A wants to merge 3 commits intomicrosoft:masterfrom
Neumann-A wants to merge 3 commits intomicrosoft:masterfrom
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 68ad399d5596a540e8a12173c3d189cbc0f82be8 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/b-/boost-modular-build-helper.json b/versions/b-/boost-modular-build-helper.json
index 6f4a968..ad09c36 100644
--- a/versions/b-/boost-modular-build-helper.json
+++ b/versions/b-/boost-modular-build-helper.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "354d705f7d4e4eb5c03f4f8dc79e9b54b0b1a3e5",
+ "version": "1.80.0",
+ "port-version": 4
+ },
{
"git-tree": "4a8c162e2661795b998a8435b6ec7207608fe73a",
"version": "1.80.0",
diff --git a/versions/b-/boost-uninstall.json b/versions/b-/boost-uninstall.json
index 7cb9a54..0c35df9 100644
--- a/versions/b-/boost-uninstall.json
+++ b/versions/b-/boost-uninstall.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "f60ea5c48dbb3b684da9a8e6ea165d3180b1afaf",
+ "version": "1.80.0",
+ "port-version": 2
+ },
{
"git-tree": "eb6551ecfc9d94c9bfe131d7bcdcec0a0b33f5f1",
"version": "1.80.0",
diff --git a/versions/baseline.json b/versions/baseline.json
index 6764d8e..7ba70aa 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -862,7 +862,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.80.0",
- "port-version": 3
+ "port-version": 4
},
"boost-move": {
"baseline": "1.80.0",
@@ -1110,7 +1110,7 @@
},
"boost-uninstall": {
"baseline": "1.80.0",
- "port-version": 1
+ "port-version": 2
},
"boost-units": {
"baseline": "1.80.0",
@@ -7733,7 +7733,7 @@
"port-version": 1
},
"vcpkg-cmake-get-vars": {
- "baseline": "2022-09-04",
+ "baseline": "2022-11-07",
"port-version": 0
},
"vcpkg-get-python-packages": {
diff --git a/versions/v-/vcpkg-cmake-get-vars.json b/versions/v-/vcpkg-cmake-get-vars.json
index 1784142..6de7ac2 100644
--- a/versions/v-/vcpkg-cmake-get-vars.json
+++ b/versions/v-/vcpkg-cmake-get-vars.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "610f17c544462a3f936274054f786585037090c4",
+ "version-date": "2022-11-07",
+ "port-version": 0
+ },
{
"git-tree": "898079c6021ced406d7c75f852e67a5e8861db9b",
"version-date": "2022-09-04",
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.
The current behavior does:
a) leads to irritation about the lib name
b) doesn't work with clang-cl
c) Is wrong in that regard that VS2015 could use boost build with VS2022 which certainly will end in linker errors.....
(should be draft until CI is green.)