diff options
| author | Ralf Jung <post@ralfj.de> | 2025-06-29 16:52:50 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-06-29 22:40:18 +0200 |
| commit | ec85b705453a015cbd560fa741c01fcf94045f15 (patch) | |
| tree | 2008a6d881686801c663a72f5bdbfc213f844ca7 | |
| parent | d5590734c9b72f7fb2296c3043f526794e1db6f3 (diff) | |
| download | rust-ec85b705453a015cbd560fa741c01fcf94045f15.tar.gz rust-ec85b705453a015cbd560fa741c01fcf94045f15.zip | |
add a riscv64 test job
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 151d170defc..ed4bcc0dd3b 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -31,6 +31,11 @@ jobs: os: ubuntu-24.04-arm multiarch: armhf gcc_cross: arm-linux-gnueabihf + - host_target: riscv64gc-unknown-linux-gnu + os: ubuntu-latest + multiarch: riscv64 + gcc_cross: riscv64-linux-gnu + qemu: true - host_target: s390x-unknown-linux-gnu os: ubuntu-latest multiarch: s390x |
