-
Notifications
You must be signed in to change notification settings - Fork 778
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
Add failing python-build-standalone alpine test #2382
Conversation
os: [ubuntu-latest, windows-latest] | ||
os: [ ubuntu-latest, windows-latest ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this madness formatting? :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pycharm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretter (VSCode) conflicts with this. Can you turn off formatting for YAML? I've been wondering why these change all the time :p
Maybe we should consider codifying our YAML formatting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I'm not fixing this PR until the underlying bug it fixed)
0350678
to
742c44c
Compare
@konstin what's the plan here? |
We need to fix musl in python-build-standalone, then we can use this branch as a test that the problem with static vs dynamic linking is indeed fixed. |
Currently, python-build-standalone is failing on alpine (musl) with the following error:
iirc this is something that gregory mentioned, but it means that as of now, we can't adopt bootstrapping python-build-standalone as default when we want to support alpine.