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 ?
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 ?