diff --git a/docs/dev/verify-runtime-code.md b/docs/dev/verify-runtime-code.md index 9a2413e45481473ba027c06eada1458cdeb4a993..61653fd4d3581fcce901811bfbbaec40c91f7357 100644 --- a/docs/dev/verify-runtime-code.md +++ b/docs/dev/verify-runtime-code.md @@ -2,7 +2,11 @@ When voting for a runtime upgrade, you should check that the proposed hash actually corresponds to the published code you reviewed. Otherwise, a malicious runtime upgrade could be advertised as a legitimate one. -```docker +```sh +mkdir runtime/gdev/target +chmod o+w runtime/gdev/target +# Workaround see !239 +echo -e "[toolchain]\nchannel = \"1.74.0\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > runtime/gdev/rust-toolchain.toml docker run \ -i \ --rm \