--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e8d97291-f292-444a-85c5-10eb94883bf4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to grp...@googlegroups.com.
native.new_local_repository(
name = "boringssl",
path = "/usr/include/openssl",
build_file_content = """
cc_library(
name = "ssl",
hdrs = glob(["*"]),
copts = ["-lcrypto", "-lssl"],
)
""",
)
In lieu of an official OpenSSL Bazel build, could workarounds like this be officially supported and mentioned in the build instructions?