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 741862c commit 77825a2Copy full SHA for 77825a2
src/tools/miri/.github/workflows/ci.yml
@@ -31,13 +31,13 @@ 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
# Ubuntu mirrors are not reliable enough for these architectures
40
# (see <https://bugs.launchpad.net/ubuntu/+bug/2130309>).
+ # - host_target: riscv64gc-unknown-linux-gnu
+ # os: ubuntu-latest
+ # multiarch: riscv64
+ # gcc_cross: riscv64-linux-gnu
+ # qemu: true
41
# - host_target: s390x-unknown-linux-gnu
42
# os: ubuntu-latest
43
# multiarch: s390x
0 commit comments