RISC-V: Update PVM dependency
What
Updates the riscv-pvm dependency.
Why
To keep the dependency up to date and check the integration, particularly refutation games.
How
make -C src/riscv update-riscv-pvm
Manually Testing
make -C src/riscv all
Tasks for the Author
-
Link all Linear issues related to this MR using magic words (e.g. part of, relates to, closes). -
Eliminate dead code and other spurious artefacts introduced in your changes. -
Document new public functions, methods and types. -
Make sure the documentation for updated functions, methods, and types is correct. -
Add tests for bugs that have been fixed. -
Put in reasonable effort to ensure that CI will pass. make -C src/riscvdune test src/lib_riscvdune build src/rust_deps
-
If applicable, trigger the tezt-riscv-slow-sequentialtest job. -
Write commit messages to reflect the changes they're about. -
Self-review your changes to ensure they are high-quality. -
Complete all of the above before assigning this MR to reviewers.
Edited by Victor Dumitrescu