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

Fix pex --no-build --lock .... #2390

Merged
merged 1 commit into from Mar 22, 2024
Merged

Fix pex --no-build --lock .... #2390

merged 1 commit into from Mar 22, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Mar 22, 2024

Since #2346 which was released in Pex 2.1.161, using --no-build with a
--lock would fail fast even if the lock itself was created with
--no-build, which should be compatible.

Fixes #2389

Previously, using `--no-build` with a `--lock` would fail fast even if
the lock itself was created with `--no-build`, which should be
compatible.

Fixes pex-tool#2389
jsirois added a commit to jsirois/pex that referenced this pull request Mar 22, 2024
Copy link
Collaborator

@cburroughs cburroughs left a comment

Choose a reason for hiding this comment

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

test_issue_2389.py captures it well. I also pulled down the change and manually verified.

@jsirois jsirois merged commit 2aeead3 into pex-tool:main Mar 22, 2024
26 checks passed
@jsirois jsirois deleted the issues/2389 branch March 22, 2024 01: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.

unable to create pex with --no-build flag from lockfile
2 participants