Simulate RISC-V with the most CPU extensions than we can get#217
Simulate RISC-V with the most CPU extensions than we can get#217dinosaure wants to merge 1 commit into
Conversation
|
obuilder with QEMU can be deployed in several ways:
Currently, OCaml-CI uses a pool
On the emulated side, enabling Cross-building a current U-Boot (v2026.07) fixes it — both So Let me know if you merge mirage/mirage-crypto#283, and I'll update these machines. However, the CI will randomly allocate you real hardware, in which case your test will fail. |
We actually needs a certain extension for
mirage-cryptoto be able to initiate correcty our Fortuna engine. This extension is ZKR and this patch should allows us to have such extension. We can also just use-cpu rv64,zkr=onif you prefer.