Skip to content

Commit

Permalink
Add --features testnet to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Davi Petris <[email protected]>
  • Loading branch information
DaviPtrs authored Nov 25, 2024
1 parent 8e46c47 commit f641913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \
./sccache --start-server && \
export RUSTC_WRAPPER="/app/sccache"; \
fi && \
cargo build -p node-subspace --release --locked
cargo build -p node-subspace --release --features testnet --locked

RUN if [ -n "$AWS_ACCESS_KEY_ID" ]; then \
./sccache --show-stats; \
Expand Down

0 comments on commit f641913

Please sign in to comment.