RISC-V builders

Runs Github Action on REAL RISC-V !

Core features

Installation

Install RISC-V builders Github App

Note: admin permission is required since we need to install runners for you.

Usage

Change Github workflow with:

- runs-on: ubuntu-latest
+ runs-on: riscv-builders

You can also requires extensions like Bit/Vector, etc.

For example:

runs-on:
  - riscv-builders
  - rve-zbb
  - rve-v

Or specify the RISCV SoC/CPU name that you wish to runs on.

For example:

runs-on:
  - riscv-builders
  - soc-spacemit-k1

Real workflow example: mengzhuo/GhostWrite

NOTE “riscv-builders” MUST be the first label of runs-on

Available labels:

SOC/CPU

RISC-V extenstions

Note: If no builder statisfied the combination of labels, action run will hanged FOREVER (Github limitation is 35 days).

Contribute builder

For remote podman builders, please open a new issue on Contribute Builder

For real builder send to us, please contact tech<at>riscv.builders, (change <at> to @)

Roadmap

License

WIKI

Visit WIKI page, for further information

SLA

This project is very early alpha stage and NO WARRENTY.

Author