ci: add riscv64gc-unknown-linux-gnu to release binaries#197
Closed
gounthar wants to merge 1 commit intobytecodealliance:mainfrom
Closed
ci: add riscv64gc-unknown-linux-gnu to release binaries#197gounthar wants to merge 1 commit intobytecodealliance:mainfrom
gounthar wants to merge 1 commit intobytecodealliance:mainfrom
Conversation
Add riscv64gc-unknown-linux-gnu to both publish_dev_release and publish_tagged_release build matrices, using cross for cross-compilation. Add corresponding Cross.toml entry with OpenSSL configuration.
Contributor
Author
|
Duplicate of #196, closing this one. |
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.
This adds
riscv64gc-unknown-linux-gnuto both the dev and tagged release build matrices, so that official releases ship a pre-built Linux/RISC-V 64-bit binary (wkg-riscv64gc-unknown-linux-gnu).Changes
.github/workflows/publish-binaries.yml: new matrix entry in bothpublish_dev_releaseandpublish_tagged_releasejobs, usingcross: trueCross.toml: new[target.riscv64gc-unknown-linux-gnu]section with OpenSSL cross-compilation configuration (mirroring the existing aarch64 entry)Evidence
A fork release built with
crosstargeting riscv64gc is available at https://github.com/gounthar/wasm-pkg-tools/releases/tag/v0.15.0 : thewkg-riscv64gc-unknown-linux-gnubinary was verified on physical RISC-V hardware (BananaPi BPI-F3, SpacemiT K1, Armbian Linux trixie).Fixes #195