Conversation
Member
Author
|
Failing with resolved in 6c2a3b2 |
Member
Author
resolved in 5ba95ac |
Member
Author
resolved by 445dc69 |
Member
Author
|
As a note, I'm not sure if cpuid should be available or not — I'll follow-up on that after and open an upstream patch if needed. |
Member
Author
|
Now, just the freethreaded builds are failing Moving that into #571 |
Member
Author
|
Ah I wonder if |
Member
Author
|
Indeed! Well that's better. |
zanieb
commented
Mar 20, 2025
|
|
||
| # Explicitly enable mimalloc on 3.13+, it's already included by default but with this it'll fail | ||
| # if it's missing from the system. The MUSL builds do not supprt mimalloc yet. | ||
| # if it's missing from the system. The musl builds do not supprt mimalloc yet. |
Member
Author
There was a problem hiding this comment.
(funny this typo was retained — but this line is deleted in #571)
Gankra
approved these changes
Mar 20, 2025
Comment on lines
+348
to
+354
| # freethreaded builds require mimalloc which is not available on musl yet | ||
| # build_options_conditional: | ||
| # - options: | ||
| # - freethreaded+debug | ||
| # - freethreaded+noopt | ||
| # - freethreaded+lto | ||
| # minimum-python-version: "3.13" |
Contributor
There was a problem hiding this comment.
Feels weird to add these in this PR but shrug
Member
Author
There was a problem hiding this comment.
They were enabled initially then toggled off — I'd probably omit them if I hadn't fixed it in the next change.
zanieb
added a commit
that referenced
this pull request
Mar 20, 2025
Extends #568 --------- Co-authored-by: Aria Desires <aria.desires@gmail.com>
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.
Closes #558
Follow-up to #443