generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing python version flag attr to pex (#399)
Adds the missing `_interpreter_version_flag` attr to the pex binary rule that allows it to resolve the correct Python toolchain in older versions of bazel. --- ### Changes are visible to end-users: yes - Searched for relevant documentation and updated as needed: yes - Breaking change (forces users to change their own code or config): no - Suggested release notes appear below: Ensure `py_pex_binary` can locate the Python version on the toolchain correctly on older bazel versions. ### Test plan - Manual testing; please provide instructions so we can reproduce: Run test suite with bazel 6.5.0
- Loading branch information
Matt Mackay
authored
Oct 2, 2024
1 parent
28486e5
commit c355f6b
Showing
1 changed file
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters