-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fails to build with OpenSSL 1.1.1 #193
Comments
This is a problem with the old We have two dependencies that require that The solutions for now are to:
|
I pushed a fix with the second solution I mentioned here: https://github.com/dani-garcia/bitwarden_rs/tree/openssl-fix Hopefully the PR is merged soon and we can continue using the upstream version directly. |
Thank you, I tried that branch and it works. |
Okay, that PR was merged, so the OpenSSL fix is now in master. With that, we can mark this issue as fixed. |
Any chance of a bitwarden_rs 1.1.1 release to go with the openssl 1.1.1? |
You are right, we need a release. https://github.com/dani-garcia/bitwarden_rs/releases/tag/1.2.0 @mprasil Can you trigger a docker build of the new version, please? |
Just triggered it now, it's gonna take about 6h before all the image versions are done. |
Hello,
Thanks for the work. I want to update the READ ME but just to be sure:
- people who wants to use bitwarden_rs on a "ARM7 plateform" (e.g. raspberry pi) have to use mprasil/bitwarden:raspberry instead of mprasil/bitwarden:latest in the different commands
- people who want to use bitwarden_rs on a "musl plateform" (e.g. gentoo musl) have to us mprasil/bitwarden:musl instead of mprasil/bitwarden:latest in the different commands
Is that correct ?
Thanks
Dominique
… Le 24 sept. 2018 à 13:08, mprasil ***@***.*** ***@***.***>> a écrit :
Just triggered it now, it's gonna take about 6h before all the image versions are done.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#193 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AbTYwl6BNcFjun45iyW5XisFBId3owRCks5ueL0agaJpZM4Wv6LU>.
|
I think it's |
Just a small correction. People on I'm thinking that maybe we should replace the default Debian based image and just use Alpine as default? |
On my machine I have OpenSSL 1.1.1 installed and building fails according to this error:
The text was updated successfully, but these errors were encountered: