We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8c81 commit fd23a59Copy full SHA for fd23a59
scripts/srtool/run-srtool.sh
@@ -14,7 +14,7 @@ docker run --rm --user root --platform=linux/amd64 \
14
-e PACKAGE=node-subtensor-runtime \
15
-e BUILD_OPTS="--features=metadata-hash" \
16
-e PROFILE=production \
17
- -v $CARGO_HOME:/cargo-home \
+ -v $HOME/.cargo:/cargo-home \
18
-v $(pwd):/build \
19
-it srtool bash -c "git config --global --add safe.directory /build && \
20
/srtool/build --app > /build/runtime/node-subtensor/srtool-output.log; \
0 commit comments