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

[internal] House development venvs in home. #11616

Merged
merged 5 commits into from
Mar 3, 2021

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Mar 1, 2021

Problem

The venv for Pants' development dependencies currently lives in the working copy. This means that we need to gitignore it, but it also causes some trouble in the presence of virtualbox/vagrant mounts of the working copy, where it triggers hashicorp/vagrant#12057.

Solution

Move the virtualenvs directory into $HOME.

[ci skip-build-wheels]

@stuhood
Copy link
Member Author

stuhood commented Mar 1, 2021

The bottom commit is the actual change: the top commit is the ripple effects.

Copy link
Contributor

@jsirois jsirois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more:

$ git grep build-support .github/ | grep virtual
.github/workflows/test.yaml:            build-support/virtualenvs
.github/workflows/test.yaml:            build-support/virtualenvs
.github/workflows/test.yaml:            build-support/virtualenvs
.github/workflows/test.yaml:            build-support/virtualenvs
.github/workflows/test.yaml:            build-support/virtualenvs

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
[ci skip-rust]

[ci skip-build-wheels]
…fetching from the cache.

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
[ci skip-rust]

[ci skip-build-wheels]
@stuhood stuhood merged commit d44d43c into pantsbuild:master Mar 3, 2021
@stuhood stuhood deleted the stuhood/venvs-in-home branch March 3, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants