-
Notifications
You must be signed in to change notification settings - Fork 284
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
Fix OpenSSL version check for 3.x.x #2650
Conversation
@dd86k, can you test if this fixes the build on your machine? |
Hi @s-ludwig After cloning 0.9.4+commit.56.g86e94971 (from master) and having it added to dub with add-local, does not seem to work. Do say if I'm doing it wrong. Here's the output I get under my Ubuntu 22.04 LTS VM (libssl-dev is at version |
Thanks for trying it out! It looks like the |
Oh, my bad, forgot to checkout to Here is the new output (I get the same results using ldc2): Hope this is more helpful. |
I've added some 3.x specific wrappers. If this doesn't work, I'll look into officially adding 3.x as a CI test. |
|
Okay, |
Tested locally:
Cherry-picking the first commit in #2652 fixes the |
Okay, so I've installed an Ubuntu 22.04 VM and tested this successfully now. I couldn't reproduce the |
fixup fixup
05aa2c8
to
c79cffb
Compare
Right, I edited my |
Could you make a new release ? |
Let's try to also get the two URL PRs in (or at least #2653 for now), I'll prepare the change log in the meantime. |
See #2647