-
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
[rsm-bsa] new port #19496
[rsm-bsa] new port #19496
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 69478c5caafcde4c490bb1fccb960296801dbb5f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index ecae6d2..75b776d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1076,6 +1076,10 @@
"baseline": "1.11.0",
"port-version": 0
},
+ "bsa": {
+ "baseline": "2.0.2",
+ "port-version": 0
+ },
"bsio": {
"baseline": "1.0.0",
"port-version": 0
Could you please resolve the conflicts against master? |
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 63aa65e65b9d2c08772ea15d25fb8fdb0d32e557 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index d3bd6d2..2a57c63 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1076,14 +1076,14 @@
"baseline": "1.11.0",
"port-version": 0
},
- "bshoshany-thread-pool": {
- "baseline": "1.9",
- port-version : 0
- },
"bsa": {
"baseline": "2.0.2",
"port-version": 0
},
+ "bshoshany-thread-pool": {
+ "baseline": "1.9",
+ "port-version": 0
+ },
"bsio": {
"baseline": "1.0.0",
"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 63aa65e65b9d2c08772ea15d25fb8fdb0d32e557 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 0af07c5..2a57c63 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1076,14 +1076,14 @@
"baseline": "1.11.0",
"port-version": 0
},
- "bshoshany-thread-pool": {
- "baseline": "1.9",
- "port-version": 0
- },
"bsa": {
"baseline": "2.0.2",
"port-version": 0
},
+ "bshoshany-thread-pool": {
+ "baseline": "1.9",
+ "port-version": 0
+ },
"bsio": {
"baseline": "1.0.0",
"port-version": 0
Co-authored-by: JonLiu1993 <[email protected]>
Co-authored-by: JonLiu1993 <[email protected]>
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 rsm-bsa but no changes to version or port version.
-- Version: 2.0.3
-- Old SHA: 59e8dee0afa59f367aed7653be1ac7c4bca6d138
-- New SHA: 465b19a5d463c1a9b54041b30600599ad0d5ac96
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
@Guekka ,Could you please take a look?
|
I already answered, actually. But I answered in a resolved conversation, so I guess you didn't get notified Sorry if I'm not clear. Basically, I'm asking whether I should :
|
We should not limit the user's gcc version, so the solution is as follows:
|
CI seems to work. Should I clean up the history? |
@Guekka Please implement the first one of my suggestions. |
@JackBoosY It has already been done in a previous commit |
Sorry for the confusion, I thought our VMs had Ubuntu 20.10 which has GCC 10.3 but they actually have 20.04 which is GCC 9.x. |
… have G++10." because we actually are on gcc 9.x :( This reverts commit 781289d.
Thanks for the new port :) |
Add port for the BSA library
What does your PR fix?
Add new port. No one requested it
Which triplets are supported/not supported? Have you updated the CI baseline?
Supported triplets are
x64 & (windows | linux) & static
Yes, CI updated
Does your PR follow the maintainer guide?
I think so
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes