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 exploding zip-unsafe pexes #231

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

peterebden
Copy link
Contributor

I think we used to have a test for this but we probably lost it to time. Anyway, we need to get ZipFileWithPermissions from the plz module now, which requires getting it to be importable at the right time.

Have added a test using confluent-kafka which isn't trivially zip-safe, even with SoImport.

deps = [
"//third_party/python:confluent-kafka",
],
labels = ["manual"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

sadly I can't just skip the test here because it fails before it even gets to the test without the updated pex tool. I'll remove this in the next PR.

@peterebden peterebden merged commit 913819a into please-build:master Nov 19, 2024
12 checks passed
@peterebden peterebden deleted the more-run-code-issues branch November 19, 2024 15: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.

2 participants