Skip to content

Commit

Permalink
Merge pull request #65 from restake/fix/update-wasmvm-for-babylon
Browse files Browse the repository at this point in the history
Fix wasmvm path for babylon
  • Loading branch information
karlmjogila authored Jan 7, 2025
2 parents 5702407 + 7579a8c commit 848bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/babylon/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd "${DEPOT_PROJECT_NAME}"
mkdir bin

# Grab static libwasmvm
wasmvm_version="$(go list -json -m all | jq -cer 'select(.Path == "github.com/CosmWasm/wasmvm") | .Replace.Version // .Version')"
wasmvm_version="$(go list -json -m all | jq -cer 'select(.Path == "github.com/CosmWasm/wasmvm/v2") | .Replace.Version // .Version')"
curl -JLO "https://github.com/CosmWasm/wasmvm/releases/download/${wasmvm_version}/libwasmvm_muslc.x86_64.a"
ln -s libwasmvm_muslc.x86_64.a libwasmvm.x86_64.a

Expand Down

0 comments on commit 848bd87

Please sign in to comment.