Skip to content

Commit

Permalink
Update to latest optimizer 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 30, 2023
1 parent 7717815 commit 95030c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/optimizer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:

U="cosmwasm"
V="0.14.0"
V="0.15.0"

M=$(uname -m)
#M="x86_64" # Force Intel arch
Expand All @@ -13,4 +13,4 @@ S=${S:+-$S}
docker run --platform $A --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
$U/workspace-optimizer$S:$V
$U/optimizer$S:$V

0 comments on commit 95030c1

Please sign in to comment.