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
fix(py_binary): include runfiles.symlinks/root_symlinks in python_zip_file
The legacy zipapp manifest builder only iterated `runfiles.files`,
silently dropping any entries contributed via `ctx.runfiles(symlinks=...)`
or `ctx.runfiles(root_symlinks=...)`. This surfaced under bazel 9 /
rules_shell 0.6 because `@bazel_tools//tools/bash/runfiles:runfiles`
became an alias whose legacy path is exposed via a root_symlink, so
sh_binary deps of py_binary failed to bootstrap from the produced zip
with "cannot find bazel_tools/tools/bash/runfiles/runfiles.bash".
0 commit comments