Skip to content

Commit

Permalink
OSMOSIS: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Crowe committed Sep 19, 2024
1 parent 3ef1da3 commit 1792b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -957,10 +957,15 @@
github-repo: osmosis
dockerfile: cosmos
build-target: make build
pre-build: |
wget https://github.com/CosmWasm/wasmvm/releases/download/v2.1.2/libwasmvm_muslc.x86_64.a -O /lib/libwasmvm_muslc.x86_64.a
mv /lib/libwasmvm_muslc.x86_64.a /usr/lib
binaries:
- build/osmosisd
build-env:
- BUILD_TAGS=muslc
libraries:
- /usr/lib/libwasmvm_muslc.x86_64.a

# panacea
- name: panacea
Expand Down

0 comments on commit 1792b68

Please sign in to comment.