Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PERF] Remove python venv module installation from setup script #106896

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

LoopedBard3
Copy link
Member

Since python version 3.3, venv has been an included module so we do not need to install it ourselves as we are using newer versions of python. This should also workaround the error we are hitting when trying to install python venv on the Linux Arm64 machines.

Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2522720&view=results.

…ot need to install it ourselves as we are using newer versions of python.
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@LoopedBard3 LoopedBard3 merged commit 2a6fab0 into dotnet:main Aug 26, 2024
16 of 18 checks passed
@LoopedBard3 LoopedBard3 deleted the PerfStopInstallingVenv branch August 26, 2024 18:13
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants