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

update srtool version in doc

parent 61512e55
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua ...@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua
mkdir runtime/gdev/target mkdir runtime/gdev/target
chmod o+w runtime/gdev/target chmod o+w runtime/gdev/target
# Workaround see !239 # Workaround see !239
echo -e "[toolchain]\nchannel = \"1.74.0\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > runtime/gdev/rust-toolchain.toml echo -e "[toolchain]\nchannel = \"1.77.0\"\ncomponents = [ \"rust-std\", \"rust-src\" ]" > runtime/gdev/rust-toolchain.toml
docker run \ docker run \
-i \ -i \
--rm \ --rm \
-e PACKAGE=gdev-runtime \ -e PACKAGE=gdev-runtime \
-e RUNTIME_DIR=runtime/gdev \ -e RUNTIME_DIR=runtime/gdev \
-v $PWD:/build \ -v $PWD:/build \
paritytech/srtool:1.74.0-0.13.0 build --app --json -cM paritytech/srtool:1.77.0-0.15.0 build --app --json -cM
``` ```
Then, the runtime wasm bytecode is generated in this location: Then, the runtime wasm bytecode is generated in this location:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment