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

Refactor venv export #17098

Merged
merged 6 commits into from
Oct 5, 2022
Merged

Refactor venv export #17098

merged 6 commits into from
Oct 5, 2022

Commits on Oct 4, 2022

  1. Use a VenvPex when exporting python venvs.

    Saves a lot of superfluous zipping and unzipping, so
    should speed export up quite a bit.
    
    However note that copying a venv to dist/ takes non-trivial
    time for larger venvs, so the symlink trick should be re-introduced
    in a followup change.
    
    This change also refactors the export code to unify the resolve
    and tool exports, resolving a TODO to that effect.
    benjyw committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ac302a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    86da7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91b4b3 View commit details
    Browse the repository at this point in the history
  3. linr

    benjyw committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8cb64f4 View commit details
    Browse the repository at this point in the history
  4. comment

    benjyw committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c021f39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb286f3 View commit details
    Browse the repository at this point in the history