-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(py_runtime): Allow
py_runtime
to take an executable target as …
…the interpreter (#1621) This PR allows `py_runtime` to accept an executable (e.g. `sh_binary`). This makes it easier to customize the interpreter binary used, as it allows intercepting invocation of the interpreter. For example, it can be used to change how the interpreter searches for dynamic libraries. Related to #1612 --------- Co-authored-by: Richard Levasseur <rlevasseur@google.com>
- Loading branch information
1 parent
ebd779e
commit 69edec8
Showing
4 changed files
with
142 additions
and
9 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
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
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
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