-
Notifications
You must be signed in to change notification settings - Fork 0
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
Should we have an issue that informs us a new OpenSSL or wxWidgets version is out? #5
Comments
Or, more generally, how should we implement in such a way that we can rebuild older artifacts with newer OpenSSL versions? |
OTP team doesn't rebuild artifacts and so I wouldn't either. I don't think we care if there's a new OpenSSL or wxWidgets version, we don't need to be absolutely up to date in my opinion. What I'd do instead is see what openssl/wx version OTP builds for Windows are using so we're consistent. |
But they don't statically link OpenSSL for you either, unless you want, right? But I agree we can live without it and use the same versions as they do for Windows. I'll leave this open, to think of a mechanism to obtain those versions and warn us. Sounds Ok? |
OTP builds for windows are statically linking openssl and wxwidgets. |
Ah, I wasn't thinking about Windows specifically, but you're right. If you feel we can accompany those without some sort of automated mechanism, feel free to close. I just wanted to understand if it's something we wanted. |
Yeah, I'd like to keep this open and add some automatic check that ensures we use the same versions as OTP. Can be a nightly job or whatever. It's a low priority but would be nice to have imo. |
So we could sync. CI and be "on top of latest"...
The text was updated successfully, but these errors were encountered: