Skip to content

Commit fd23a59

Browse files
committed
use diff env var
1 parent 7da8c81 commit fd23a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/srtool/run-srtool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker run --rm --user root --platform=linux/amd64 \
1414
-e PACKAGE=node-subtensor-runtime \
1515
-e BUILD_OPTS="--features=metadata-hash" \
1616
-e PROFILE=production \
17-
-v $CARGO_HOME:/cargo-home \
17+
-v $HOME/.cargo:/cargo-home \
1818
-v $(pwd):/build \
1919
-it srtool bash -c "git config --global --add safe.directory /build && \
2020
/srtool/build --app > /build/runtime/node-subtensor/srtool-output.log; \

0 commit comments

Comments
 (0)