tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-crypto
forked from
gazagnaire.org/ocaml-crypto
0
fork
atom
upstream: https://github.com/mirage/mirage-crypto
0
fork
atom
overview
issues
pulls
pipelines
disable entropy test on riscv64
Hannes Mehnert
1 year ago
74e38019
1f334ef9
+1
-1
1 changed file
expand all
collapse all
unified
split
tests
dune
+1
-1
tests/dune
···
42
(modules test_entropy)
43
(package mirage-crypto-rng)
44
(libraries mirage-crypto-rng ohex)
45
-
(enabled_if (<> %{architecture} "arm64")))
46
; see https://github.com/mirage/mirage-crypto/issues/216
47
48
(test
···
42
(modules test_entropy)
43
(package mirage-crypto-rng)
44
(libraries mirage-crypto-rng ohex)
45
+
(enabled_if (or (<> %{architecture} "arm64") (<> %{architecture} "riscv64"))
46
; see https://github.com/mirage/mirage-crypto/issues/216
47
48
(test