nelhage / rules_boost

bazel build rules to use boost in bazel projects
Apache License 2.0
288 stars 232 forks source link

openssl use when customised #569

Open mgavinr opened 5 months ago

mgavinr commented 5 months ago

Openssl.

I cant get this to work against my compiled version of openssl.

q: is this excerpt from the README.md still valid since the change to bzllmod ?

ASIO SSL Support These rules implement support for Boost ASIO's SSL support. To use ASIO-SSL, you must depend on the "@boost//:asio_ssl" target, instead of "@boost//:asio". ASIO-SSL depends on OpenSSL; By default, rules_boost will download and build the latest BoringSSL commit; To use a different OpenSSL implementation, create a remote named openssl before calling boost_deps. This remote must make available OpenSSL's libssl at @boringssl//:ssl.

I understand calling boost_deps is obsoleted now. Could you give more precise instructions to get this to work ?

mgavinr commented 2 months ago

hi all, just wondering if anyone can update on the above q?