We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d559073 commit ec85b70Copy full SHA for ec85b70
src/tools/miri/.github/workflows/ci.yml
@@ -31,6 +31,11 @@ jobs:
31
os: ubuntu-24.04-arm
32
multiarch: armhf
33
gcc_cross: arm-linux-gnueabihf
34
+ - host_target: riscv64gc-unknown-linux-gnu
35
+ os: ubuntu-latest
36
+ multiarch: riscv64
37
+ gcc_cross: riscv64-linux-gnu
38
+ qemu: true
39
- host_target: s390x-unknown-linux-gnu
40
os: ubuntu-latest
41
multiarch: s390x
0 commit comments