Skip to content

Commit

Permalink
add libwasm
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Jun 14, 2024
1 parent b582b65 commit 00c4d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@ jobs:

- name: Upgrade to new binary
run: |
COSMWASM_VERSION=$(go list -m github.com/CosmWasm/wasmvm | sed 's/.* //')
echo $COSMWASM_VERSION
sudo wget https://github.com/CosmWasm/wasmvm/releases/download/${COSMWASM_VERSION}/libwasmvm_muslc.x86_64.a -O /usr/lib/libwasmvm.x86_64.a
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
GOMEMLIMIT=8GiB \
${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
Expand Down

0 comments on commit 00c4d17

Please sign in to comment.