Skip to content

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

Merged
merged 10 commits into from
May 23, 2025
Merged

Conversation

Gankra
Copy link
Contributor

@Gankra Gankra commented May 23, 2025

There is a runtime issue with some of these builds

Here is the testing I've seen (❌ has bug, ✅ works):

  • uv version (pbs version)
    • ❌ uv 0.7.7 (pbs 20250521)
    • ❌ uv 0.7.6 (pbs 20250517)
    • ✅ uv 0.7.5 (pbs 20250409)
  • os
    • ❌ linux
    • ✅ macos
    • ✅ windows
  • arch
    • ❌ x86_64
    • ✅ aarch64
  • python version
    • ❌ 3.12
    • ❌ 3.13
    • ❌ 3.14

Fixes #13610

@geofft
Copy link
Collaborator

geofft commented May 23, 2025

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)

@konstin
Copy link
Member

konstin commented May 23, 2025

Can you add the test case from #13610 to the test suite cfg'd to the linux x86_64?

@Gankra Gankra changed the title blocklist the linux cpython builds from 20250521 blocklist the linux cpython builds from 20250517 May 23, 2025
@Gankra Gankra mentioned this pull request May 23, 2025
@Gankra
Copy link
Contributor Author

Gankra commented May 23, 2025

Can you add the test case from #13610 to the test suite cfg'd to the linux x86_64?

Trying to do so in #13619 but no luck so far.

Comment on lines -50 to -56
"cpython-3.14.0a7-linux-armv7-gnueabi": {
"name": "cpython",
"arch": {
"family": "armv7",
"variant": null
},
"os": "linux",
Copy link
Contributor Author

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...

Copy link
Member

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.

@Gankra
Copy link
Contributor Author

Gankra commented May 23, 2025

Screenshot 2025-05-23 at 12 31 10 PM

oh hmm that's gonna be problematic for making the revert platform-specific

@Gankra Gankra merged commit b93ce23 into main May 23, 2025
86 checks passed
@Gankra Gankra deleted the gankra/revert-pbs branch May 23, 2025 22:15
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.

TypeError: must be str, not list when appending subtype of str to a list in uv-managed python installation on linux
4 participants