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

Disable build isolation for dependencies [DO NOT MERGE - CI test] #872

Open
wants to merge 1 commit into
base: pcs-0.11
Choose a base branch
from

Conversation

CtrlZmaster
Copy link
Member

This should help resolve mismatch in versions during CI runs. With build isolation, when dependencies are built a new venv is created for every dependency. This by itself is not a problem, the problem is that it also installs build requirements that are significantly newer than the rest of the system. This often creates errors because newer setuptools refuse to use their vendored dependencies and the system ones are preferred.

This should help resolve mismatch in versions during CI runs. With build
isolation, when dependencies are built a new venv is created for every
dependency. This by itself is not a problem, the problem is that it also
installs build requirements that are significantly newer than the rest
of the system. This often creates errors because newer setuptools refuse
to use their vendored dependencies and the system ones are preferred.
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.

2 participants