stream-inflate: add build-stream-inflate.yml for riscv64 wheels - #1115
Merged
Conversation
The riscv64 build jobs hit the 60-minute wall 40-44% through the 1956-case parametrized fuzz suite; every completed test passed.
cp312/cp313/cp314-musllinux consistently ran ~8x slower than every other combination on this allocation-heavy fuzz suite and did not finish within a 240-minute budget (twice, reproducibly, at the same ~43-44% mark), while cp314t-musllinux and all four manylinux jobs finished cleanly in under 2h15m. Per PEP 703, the free-threaded build (cp314t) replaces pymalloc with mimalloc; the GIL-enabled builds keep pymalloc, which delegates large allocations straight to the platform malloc - musl's being markedly slower than glibc's here. Not fixable in this workflow; dropping musllinux per the skill's "if the musl jobs fail with no obvious fix, strip them" guidance.
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.
stream-inflate0.0.43Compiles its pure-Python DEFLATE decoder with Cython into a per-interpreter C extension. Upstream publishes no riscv64 wheel.
Mirrors the
build-linuxjob of upstream'sbuild-source-package-and-wheels.yml.Differs from upstream
build-system.requiresdep) has no riscv64 wheel on PyPI - resolved from our registry insteadTesting
License: OK