Skip to content

Commit

Permalink
feat: fix broken compile cache
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Oct 18, 2023
1 parent 10680e6 commit c3e2fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ fmt:
@cargo fmt -- --check

compile:
@./build_release.sh
@docker run --rm -v "$(CURDIR)":/code \
--mount type=volume,source="$(notdir $(CURDIR))_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
--platform linux/amd64 \
cosmwasm/workspace-optimizer:0.14.0

check_contracts:
@cargo install cosmwasm-check
Expand Down
4 changes: 0 additions & 4 deletions build_release.sh

This file was deleted.

0 comments on commit c3e2fb9

Please sign in to comment.