This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个 Bazel 项目,结果证明它依赖于LibTLS安装在构建机器上,这使得事情变得非密封。因此,我开始尝试重构事物以使项目包含gnutls在显式依赖项中,但这变成了一个兔子洞:当我从源代码构建它时,它的配置脚本失败并显示Libnettle 3.4.1 was not found. 我怀疑我也可以回避并将其循环到构建中......但在我花很多时间这样做之前: