We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0722d0 commit 78c62b2Copy full SHA for 78c62b2
python/private/py_executable.bzl
@@ -1775,6 +1775,8 @@ def _create_providers(
1775
stage2_bootstrap: File; the stage 2 bootstrap script.
1776
app_runfiles: runfiles; the runfiles for the application (deps, etc).
1777
venv_python_exe: File; the python executable in the venv.
1778
+ venv_interpreter_runfiles: runfiles; runfiles specific to the interpreter
1779
+ for the venv.
1780
interpreter_args: list of strings; arguments to pass to the interpreter.
1781
1782
Returns:
0 commit comments