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

Use appropriate shebang for multi-platform PEXes. #2296

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Dec 5, 2023

Although it's not always possible to derive an appropriate shebang that
will work for multi-platform PEXes, we now do so when possible and warn
when we cannot.

Fixes #1540

Although its not always possible to derive an appropriate shebang that
will work for multi-platform PEXes, we now do so when possible and warn
when we cannot.

Fixes pex-tool#1540
@jsirois jsirois merged commit c34770b into pex-tool:main Dec 5, 2023
24 checks passed
@jsirois jsirois deleted the issues/1540 branch December 5, 2023 21:21
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.

Constrain the matrix of shebang, platforms and ICs as much as possible.
2 participants