You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: /home/runner/.cache/bazel/_bazel_runner/98a5b15d41eaf418ed0fd79d24a54d98/external/rules_pycross++lock_repos+pdm_deps/_lock/BUILD.bazel:5:8: in pycross_wheel_library rule @@rules_pycross++lock_repos+pdm_deps//_lock:[email protected]: target '@@rules_pycross++lock_repos+pdm_deps//_lock:[email protected]' depends on deprecated target '@@rules_pycross+//pycross/private/tools:wheel_installer':
The py_binary symbol in @rules_python//python/config_settings:transition.bzl
is deprecated. It is an alias to the regular rule; use it directly instead:
load("@rules_python//python:py_binary.bzl", "py_binary")
Not sure what is causing this?
The text was updated successfully, but these errors were encountered:
That deprecation warning came with rules_python 1.1.0 in bazelbuild/rules_python#2541. I think removing it currently would require rules_pycross to depend on 1.1.0 at a minimum and change to the new usage. As far as I can tell, the new usage that the warning points to is not compatible with 1.0.0.
After upgrading to rules_python 1.1.0, (rules_pycross 0.7.1), I'm getting a warning from rules_python about a deprecated alias:
https://github.com/lalten/rules_appimage/actions/runs/12968177491/job/36170887084?pr=280#step:6:54
Not sure what is causing this?
The text was updated successfully, but these errors were encountered: