Skip to content

Commit

Permalink
Merge pull request #428 from webmaster128/patch-1
Browse files Browse the repository at this point in the history
Update usage of optimizer in build_release.sh
  • Loading branch information
epanchee authored Aug 28, 2024
2 parents a687b38 + c69ee56 commit 8bb2e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -o pipefail
projectPath=$(cd "$(dirname "${0}")" && cd ../ && pwd)

docker run --rm -v "$projectPath":/code \
--mount type=volume,source="$(basename "$projectPath")_cache",target=/code/target \
--mount type=volume,source="$(basename "$projectPath")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.15.1
cosmwasm/optimizer:0.15.1

0 comments on commit 8bb2e10

Please sign in to comment.