-
-
Notifications
You must be signed in to change notification settings - Fork 96
Container build failure on master: gcc
missing
#50
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
Comments
The parent container has |
Looks like it was ephemeral. Sorry for the noise! |
Your log indicates that it's trying to install & build the source distribution for
Given that this version was just released ~15 minutes ago, it's more likely that your build ran at a time when the source distribution was available, but the wheels were not. |
Ah, that makes sense! Bad timing 😅 |
Also I think the |
Woah! Great discovery! I think we could improve this by passing |
I'm not sure how I would maybe argue that we should have |
Yeah, I don't think Alternatively: this repo could build a stable container and pull it down with each tagged release, rather than doing the |
IIRC |
This is completely unrelated to the work I'm doing on PyPI, but I just noticed it on another project:
cryptography
is failing to build becausegcc
is missing. My best guess is that the docker container that this action is using changed underneath it.Raw error:
Example failing workflow: https://github.com/trailofbits/blight/runs/1520996200
The text was updated successfully, but these errors were encountered: