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

PROTON-2816/PROTON-2817: Support building python extension with unbun… #426

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

astitcher
Copy link
Member

…dled proton

There are 3 cases:

  • Bundled proton library - this should be the default and is what you should use with pip etc.
  • System proton library - this is what you should use in a distro package.
  • Use the in tree library built earlier in the build process - this is what you usually want for developer debugging, and should be the version actually tested by the in tree tests.

This change also add control of the ability to package and test in isolated virtual python environments. Using these is the default, but under some circumstances you do not want the build process to construct a virtual environment by pulling packages from the internet. So we now have an option to turn this behaviour off and rely on the hosts python environment.

…dled proton

There are 3 cases:
* Bundled proton library - this should be the default and is what you
  should use with pip etc.
* System proton library - this is what you should use in a distro
  package.
* Use the in tree library built earlier in the build process - this is
  what you usually want for developer debugging, and should be the
  version actually tested by the in tree tests.

This change also add control of the ability to package and test in
isolated virtual python environments. Using these is the default, but
under some circumstances you do not want the build process to construct
a virtual environment by pulling packages from the internet. So we now
have an option to turn this behaviour off and rely on the hosts python
environment.
@asfgit asfgit merged commit a2e9eb6 into apache:main Apr 19, 2024
4 checks passed
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