ORC-2179: Add RISC-V Docker image and GitHub Actions support#2644
Open
zhanchangbao-sanechips wants to merge 1 commit into
Open
ORC-2179: Add RISC-V Docker image and GitHub Actions support#2644zhanchangbao-sanechips wants to merge 1 commit into
zhanchangbao-sanechips wants to merge 1 commit into
Conversation
This patch adds a riscv64 Ubuntu 24.04 Docker image and a corresponding GitHub Actions job to build ORC on RISC-V.
dongjoon-hyun
requested changes
Jun 16, 2026
dongjoon-hyun
left a comment
Member
There was a problem hiding this comment.
Please use riscv64/ubuntu:26.04 because 26.04 is the latest LTS.
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.
What this PR does
Adds a RISC-V (riscv64) Docker image for Ubuntu 24.04 and wires it into GitHub Actions so we can continuously build ORC on RISC-V.
Changes
docker/riscv64-ubuntu24/Dockerfile: new image based on the existing Ubuntu 24.04 Dockerfile. Supports bothcc=gcc(default) andcc=clangbuild args.docker/os-list.txt: registered the new image..github/workflows/build_and_test.yml: added ariscv64job running under QEMU onubuntu-latest.Notes
aarch64/ubuntu24Docker images to keep things consistent.docker buildxon a host with QEMU user-static registered.ScreenShot