0

I have a Bazel project that turns out to have been depending on LibTLS being installed on the build machine, which makes things non-hermetic. So I started down the path of trying to refactor things to have the project include gnutls in the explicit dependencies, but that's turning into a rabbit hole: when I build it from source its configure script fails with Libnettle 3.4.1 was not found. I suspect I could recuse and loop that into the build as well... but before I spend a bunch of time doing that:

Has anyone already gotten a bazel workspace/repository/target set up to generate a TLS library so I can just copy that?

BCS
  • 67,242
  • 64
  • 175
  • 277

0 Answers0