Commit 6d1b7e4
committed
feat(google-crc32c): add riscv64 manylinux wheel builds
Add riscv64 to the manylinux wheel build matrix using the
manylinux_2_39_riscv64 image (the correct tag for riscv64; manylinux2014
has no riscv64 variant).
Changes:
- scripts/manylinux/build.sh: add riscv64 docker run block
- .github/workflows/riscv64-wheels.yml: CI workflow to build and upload
riscv64 wheels on pull_request/push to main
The build uses QEMU emulation on ubuntu-latest, matching the approach
used for the existing aarch64 builds.
Follows up on googleapis/python-crc32c#337 (closed when repo was
archived; maintainer asked to re-open here).
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent 614a3d0 commit 6d1b7e4
File tree
2 files changed
+56
-0
lines changed- packages/google-crc32c
- .github/workflows
- scripts/manylinux
2 files changed
+56
-0
lines changedLines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
0 commit comments