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
feat(bzlmod): mark pip extension as os/arch dependent (bazel-contrib#1433)
This ensures that under bzlmod with `--lockfile-mode=update` we
would generate an entry per os/arch, which is needed because the
hermetic toolchain interpreter path is os/arch dependent.
Summary:
- add bazel_features dep
- mark the pip extension as arch/os dependent
Related: bazelbuild/bazel#19154
---------
Co-authored-by: Richard Levasseur <richardlev@gmail.com>
0 commit comments