Skip to content

Commit

Permalink
fix: rust-optimizer in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Aug 15, 2023
1 parent 1c5b412 commit ae39cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUST_OPTIMIZER_VERSION = "0.13.0"
RUST_VERSION = "1.69.0"

[tasks.rust-optimizer]
cwd = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}"
script = """
if [[ $(arch) == "arm64" ]]; then
image="cosmwasm/workspace-optimizer-arm64:${RUST_OPTIMIZER_VERSION}"
Expand All @@ -19,7 +20,6 @@ docker run --rm -v "$(pwd)":/code \
${image}
"""


[tasks.format]
toolchain = "nightly"
install_crate = { crate_name = "rustfmt-nightly", rustup_component_name = "rustfmt-preview", binary = "rustfmt", test_arg = "--help" }
Expand Down
4 changes: 0 additions & 4 deletions optimize.sh

This file was deleted.

0 comments on commit ae39cdd

Please sign in to comment.