You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, this crate, openssl-sys either links to 'vendored' version of openssl (built locally) or with installed openssl lib (provided by ENV variables).
In case, if we have openssl prebuilt libs for a architecture which needs to be downloaded from conan server and let openssl-sys link to same, how it can be achieved?
One of the option is to use conan2-rs crate to integrate with conan using build script (main.rs here). But then it requires modification to 'openssl-sys' crate build scripts.
If there are any recommendations please let me know.
Also, did anyone tried same using corrosion?
Thanks & Regs,
-Vithal
The text was updated successfully, but these errors were encountered:
Hello,
As I understand, this crate, openssl-sys either links to 'vendored' version of openssl (built locally) or with installed openssl lib (provided by ENV variables).
In case, if we have openssl prebuilt libs for a architecture which needs to be downloaded from conan server and let openssl-sys link to same, how it can be achieved?
One of the option is to use conan2-rs crate to integrate with conan using build script (main.rs here). But then it requires modification to 'openssl-sys' crate build scripts.
If there are any recommendations please let me know.
Also, did anyone tried same using corrosion?
Thanks & Regs,
-Vithal
The text was updated successfully, but these errors were encountered: