Add riscv64 nightly LKL build to GitHub Action#53
Merged
jserv merged 1 commit intosysprog21:mainfrom Apr 9, 2026
Merged
Conversation
Previously, the GitHub Actions only build LKL of x86_64 and aarch64 architectures. This adds the riscv64 support by using the RISE GitHub App to do the compilation. This is needed by the riscv64 support of kbox in the future. Change-Id: I7f710891f8259c8ec848891453e1f6410e932a82
Contributor
|
Thank @rota1001 for contributing! |
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.
Previously, the GitHub Actions only build LKL of x86_64 and aarch64 architectures. This adds the riscv64 support by using the RISE GitHub App to do the compilation.
This GitHub Action is tested[1] on my repo, and it runs successfully.
Also, it is found that the GitHub Action has not been run for a long time because the script will compare the hash of commit between the upstream LKL and the last release. Because of this, the release format has been wrong from Commit f08907f but not being found. This also fixs it.
Also because of this, before the new GitHub Action is run, the old release must be removed because the upstream LKL commit doesn't change.
[1] https://github.com/rota1001/kbox/actions/runs/24160395840
Summary by cubic
Add riscv64 to the nightly LKL GitHub Action and fix tarball packaging so releases are consistent and include all three architectures.
New Features
riscv64nightly via theRISEGitHub App onubuntu-24.04-riscv; publishliblkl-riscv64.tar.gz.-C ... .) and update release notes to list x86_64, aarch64, and riscv64.scripts/common.sh.Migration
lkl-nightlyrelease before running the workflow if the upstream LKL commit hasn’t changed, or the commit comparison may prevent a new run.Written for commit 0000e3e. Summary will update on new commits.