ci: add riscv64 Python wheel builds using RISE native runners#394
Draft
gounthar wants to merge 1 commit intoduckdb:mainfrom
Draft
ci: add riscv64 Python wheel builds using RISE native runners#394gounthar wants to merge 1 commit intoduckdb:mainfrom
gounthar wants to merge 1 commit intoduckdb:mainfrom
Conversation
Add riscv64 to the wheel build matrix using native RISE runners (ubuntu-24.04-riscv) and manylinux_2_39 image. Changes: - packaging_wheels.yml: add riscv64 to seed_wheels and main wheel matrices - pyproject.toml: add manylinux-riscv64-image = "manylinux_2_39" Built successfully on native riscv64: duckdb-1.5.0-cp313-cp313-linux_riscv64.whl Signed-off-by: Bruno Verachten <gounthar@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.
Summary
Add riscv64 to the Python wheel build matrix using native RISE RISC-V runners (
ubuntu-24.04-riscv).Changes
packaging_wheels.yml: Add{ os: ubuntu-24.04-riscv, arch: riscv64, cibw_system: manylinux }to seed and main wheel matricespyproject.toml: Addmanylinux-riscv64-image = "manylinux_2_39"(first manylinux with riscv64)Evidence
duckdb-1.5.0-cp313-cp313-linux_riscv64.whl(20MB)Related: duckdb/duckdb#21496 (C++ CLI release), #393
Note: this work is part of the RISE Project effort to improve Python ecosystem support on riscv64 platforms.