-
Notifications
You must be signed in to change notification settings - Fork 1.6k
blocklist the linux cpython builds from 20250517 #13617
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
Conversation
Did we test that 20250517 is okay? Those builds are very similar (both statically link libpython). On the other hand, if we have to block 20250517 too and go to dynamically linking libpython, we should think about that harder. (I'm on a train and intermittently on internet) |
Can you add the test case from #13610 to the test suite |
"cpython-3.14.0a7-linux-armv7-gnueabi": { | ||
"name": "cpython", | ||
"arch": { | ||
"family": "armv7", | ||
"variant": null | ||
}, | ||
"os": "linux", |
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.
Unfortunate that entire versions of cpython go away...
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.
We should highlight this in the release, saying that these prereleases are temporarily removed due to an unrelated, non-alpha-related miscompilation.
There is a runtime issue with some of these builds
Here is the testing I've seen (❌ has bug, ✅ works):
Fixes #13610