-
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
[openssl] Fix building in Release only mode #24004
[openssl] Fix building in Release only mode #24004
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 openssl but no changes to version or port version.
-- Version: 3.0.2
-- Old SHA: 2ba2e59ee4f32c11e30aeccc0ecabc09b69c5d22
-- New SHA: 9c3f6ad15d765bc9e5c8754dea85793bd33d4183
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
This is a fix for #22878 (comment) |
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
64f6d24
to
4493e92
Compare
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
…ssl_for_release_only_builds
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 59facb4cf71bff961a7a7fe18ffa07539c19183f -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index d64cbab..7734cda 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "6abb68591e9636cdf310ce1d1c3a04e3ebce9cab",
+ "git-tree": "7f45a98732d599c67e9cf0069783308f71f8666a",
"version": "3.0.2",
"port-version": 1
},
…AenBleidd/vcpkg into vko_fix_openssl_for_release_only_builds Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Merged #23932 as @strega-nil-ms asked |
anxiously waiting for this fix to land |
Thanks! |
still doesn't work. same error as reported in #24003 |
@winterz, I'll take a look at this issue tonight |
Signed-off-by: Vitalii Koshura lestat.de.lionkur@gmail.com