bazel-contrib / bazel-contrib/rules_python
upstream patch: Switch from cc_common.get_build_info to cc_toolchain.get_build_info
オープン
- 主要言語
- Starlark
- スター
- 688
- フォーク
- 721
- 平均マージ
- 15時間 7分
- マージ済み PR(30日)
- 76
説明
Part of the "native deps dso" code calls `cc_common.get_build_info()` to propagate link stamp information. This is a low-level private API. It is being replaced by `cc_toolchain.get_build_info()`, another private API.
Because it's a private API, we have to wait for a Bazel release for `py_internal` to have an accessor for using it. Once available, the `_get_shared_native_deps_hash` function needs to be updated to call the cc_toolchain function instead of the cc_common function.
コントリビューションガイド
評価
この issue はまだ評価されていません。