Skip to content

Commit

Permalink
fix: change of default container_build_command
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 18, 2024
1 parent fc65e0d commit b14d212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ passed_env = []
# if docker image from default gallery is used https://hub.docker.com/r/sourcescan/cargo-near/tags,
# the command may be any combination of flags of `cargo-near`,
# supported by respective version of binary inside the container besides `--no-locked` flag
container_build_command = ["cargo", "near", "build"]
container_build_command = ["cargo", "near", "build", "non-reproducible-wasm", "--locked"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Expand Down

0 comments on commit b14d212

Please sign in to comment.