Skip to content

Commit 3ad356d

Browse files
committed
Disable riscv64gc
1 parent dc85c13 commit 3ad356d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ jobs:
121121
# for NaNs which makes it worth testing on despite that.
122122
- mips-unknown-linux-gnu
123123
- mips64-unknown-linux-gnuabi64
124-
- riscv64gc-unknown-linux-gnu
124+
# TODO: reenable pending https://github.com/rust-lang/rust/issues/77866
125+
# - riscv64gc-unknown-linux-gnu
125126

126127
steps:
127128
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)