From d2fbf4993a70507bf81d3bb90d021416bd4d56a4 Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Fri, 20 Mar 2026 18:00:24 +0100 Subject: [PATCH] Add RISC-V runners from the RISE project This commit adds RISC-V targets to the CI/CD, ensuring that streamflow compiles correctly on the RISC-V ISA. --- .github/workflows/ci-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 809ee129d..1479e5b5f 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -60,6 +60,11 @@ jobs: commit: "6eddbfb03b8861885832b26e322fbd0fcb9a884d" exclude: "docker_entrypoint,modify_file_content" version: "v1.3" + - on: "ubuntu-24.04-riscv" + python: "3.14" + commit: "6eddbfb03b8861885832b26e322fbd0fcb9a884d" + exclude: "docker_entrypoint,modify_file_content" + version: "v1.3" runs-on: ${{ matrix.on }} steps: - uses: actions/checkout@v6