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
Switches creating the venv to a dedicated tool, removing the requirement
for pip.
Venv is now created just before the binary or test runs, rather than as
an action output. The overhead is minimal, venv creation and activation
takes at most 7ms as observed during testing.
Closes#233Closes#238Closes#176Closes#218Closes#248Closes#152Closes#110
What happened?
The
venv.temp.sh
script callspython -m venv
which generates thevenv
template (source code).The outputs have absolute path embedded in
activate.sh
,activate.fish
etc, which would cause nondeterministic outputs.Version
Development (host) and target OS/architectures:
Output of
bazel --version
:bazel 6.3.2
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:0.5.0
Language(s) and/or frameworks involved:
n/a
How to reproduce
Using the master branch of
rules_py
Any other information?
No response
The text was updated successfully, but these errors were encountered: