Bazel 笔记
2024-02-22

正向依赖: bazel query deps("//path/to:target") bazel query kind(py_library, deps("//path/to:target")) 反向依赖: bazel query rdeps("//modules/...", "//path/to:target") bazel query kind(py_ ...


Bazel

lyh543 © 2019 - 2024 | 蜀ICP备19034464号 | 署名 - 非商业性 - 相同方式共享 4.0 国际协议 | Theme vuepress-theme-blog-material