-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unnecessarily dangerous -DOPENSSL_NO_SECURE_MEMORY #3
Comments
... and while I'm here, could you add
:) |
Thanks! I've added |
Thanks! You should perhaps also add it on the README? Also, I believe that my container referred above already avoids having to define that flag? IIRC, upgrading to MUSL 1.2.0 did the trick for me when compiling OpenSSL 1.1.1f. |
Thanks, added it to the README in 96fa10d |
452: Bump Ubuntu container version and MUSL-related libs r=therealprof a=brainstorm Several reasons, including but not limited to: 1) MUSL-compiled OpenSSL benefits from MUSL versions 1.2.0 and up, otherwise it needs to be badly patched, see fornwall/rust-static-builder#3 (comment). 2) DWARFv2 compressed debugging symbols mess up with old toolchains and linkers, see rust-bio/rust-htslib#231. Co-authored-by: Roman Valls Guimera <[email protected]>
Please see the following for a docker container that does not require that feature to be disabled on OpenSSL 1.1.1g:
https://github.com/brainstorm/rust-htslib/blob/musl_support/docker/Dockerfile.musl
The text was updated successfully, but these errors were encountered: