Skip to content
Snippets Groups Projects
Commit 705a344c authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

update instructions

parent ad490817
No related branches found
No related tags found
No related merge requests found
Pipeline #36912 failed
...@@ -2,7 +2,11 @@ ...@@ -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. 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 \ docker run \
-i \ -i \
--rm \ --rm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment