Skip to content

Commit

Permalink
disable entropy test on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jan 31, 2025
1 parent 1f334ef commit 74e3801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dune
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
(modules test_entropy)
(package mirage-crypto-rng)
(libraries mirage-crypto-rng ohex)
(enabled_if (<> %{architecture} "arm64")))
(enabled_if (or (<> %{architecture} "arm64") (<> %{architecture} "riscv64"))
; see https://github.com/mirage/mirage-crypto/issues/216

(test
Expand Down

0 comments on commit 74e3801

Please sign in to comment.