bazel-contrib / bazel-contrib/rules_python

upstream patch: Switch from cc_common.get_build_info to cc_toolchain.get_build_info

Abierto
#1,576 0 comentarios 0 reacciones 1 asignado Reclamado por @rickeylev Ver en GitHub
Lenguaje dominante
Starlark
Estrellas
688
Forks
721
Merge medio
15 h 7 min
PR fusionados (30 d)
76

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.