Skip to content

Commit

Permalink
initial stitch impl
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 25, 2023
1 parent c2de2c3 commit 40e42bd
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 312 deletions.
4 changes: 2 additions & 2 deletions pex/bin/pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def configure_clp_pex_options(parser):
"tradeoffs. Both zipapp and packed layouts install themselves in the PEX_ROOT as loose "
"apps by default before executing, but these layouts compose with `--venv` execution "
"mode as well and support `--seed`ing. A stitched layout is the same as zipapp, but "
"may be significantly faster to create due to caching. A stitched layout requires the
`zip` command to be installed, however."
"may be significantly faster to create due to caching. A stitched layout requires the "
"`zip` command to be installed, however."
),
)

Expand Down
217 changes: 0 additions & 217 deletions pex/medusa.py

This file was deleted.

Loading

0 comments on commit 40e42bd

Please sign in to comment.