blocklist the linux cpython builds from 20250517#13617
Merged
Conversation
Contributor
|
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) |
Member
|
Can you add the test case from #13610 to the test suite |
Closed
zanieb
reviewed
May 23, 2025
Contributor
Author
Gankra
commented
May 23, 2025
Comment on lines
-50
to
-56
| "cpython-3.14.0a7-linux-armv7-gnueabi": { | ||
| "name": "cpython", | ||
| "arch": { | ||
| "family": "armv7", | ||
| "variant": null | ||
| }, | ||
| "os": "linux", |
Contributor
Author
There was a problem hiding this comment.
Unfortunate that entire versions of cpython go away...
Member
There was a problem hiding this comment.
We should highlight this in the release, saying that these prereleases are temporarily removed due to an unrelated, non-alpha-related miscompilation.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

There is a runtime issue with some of these builds
Here is the testing I've seen (❌ has bug, ✅ works):
Fixes #13610