ci: ci.yml introduce riscv64 linux and musllinux to wheels build#1666
Open
eshattow wants to merge 1 commit into
Open
ci: ci.yml introduce riscv64 linux and musllinux to wheels build#1666eshattow wants to merge 1 commit into
eshattow wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1666 +/- ##
=======================================
Coverage 99.76% 99.76%
=======================================
Files 33 33
Lines 3401 3401
Branches 461 461
=======================================
Hits 3393 3393
Misses 5 5
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5befd46 to
595dbec
Compare
bdraco
reviewed
Apr 29, 2026
bdraco
reviewed
Apr 29, 2026
bdraco
approved these changes
Apr 30, 2026
fb8be59 to
f22f1ee
Compare
Author
|
force pushed with requested changes rolled into single commit, resolves linter reported errors in commit subject formatting |
f22f1ee to
092db90
Compare
38 tasks
1b00238 to
092db90
Compare
Author
|
I don't know what to suggest to fix the more general workflow problems on this repository for external contributions, tracking issue for that is #1668 |
092db90 to
a3c2401
Compare
Adding RISC-V architecture to build and publish workflow via QEMU Dropped pyver 3.9 from riscv64 as suggested in code review Co-authored-by: J. Nick Koston <nick+github@koston.org>
a3c2401 to
8e703fa
Compare
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.
Let's add the build and publish of RISC-V architecture to the workflows using qemu split target strategy similar to how this is currently done for armv7l
Relative build duration comparison:
0h 49m 01s qemu split strategy on RISE RISC-V Runners
ubuntu-24.04-riscv1h 51m 48s default strategy RISE RISC-V Runners
ubuntu-24.04-riscv0h 55m 28s qemu split strategy on GitHub Actions runners
ubuntu-latestI'm sending this PR with changes aligned with the latter strategy (qemu split on GitHub Actions runners) as it fits closest to the existing build system and does not involve any decision making on whether to integrate the RISE RISC-V Runners add-on from GitHub marketplace to the repo; and the build time is comparable or favorable, even.
Resolves: #1665