Skip to content

Commit

Permalink
fix: Build sei with cargo dockerfile, build sei's version of libwasmv…
Browse files Browse the repository at this point in the history
…m in … (#310)

* Build sei with cargo dockerfile, build sei's version of libwasmvm in pre-build

* Remove unnecessary build tag for sei
  • Loading branch information
pharr117 authored Jan 16, 2025
1 parent d36e0ae commit 199bee5
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions chains/sei.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
- name: sei
github-organization: sei-protocol
github-repo: sei-chain
dockerfile: cosmos
dockerfile: cargo
pre-build: |
wget https://github.com/sei-protocol/sei-wasmvm/archive/refs/tags/v1.5.4-sei.0.0.1.zip
unzip v1.5.4-sei.0.0.1.zip
cd sei-wasmvm-1.5.4-sei.0.0.1
make build-rust
cp internal/api/libwasmvm.x86_64.so /usr/lib/libwasmvm.x86_64.so
build-target: |
make install install-price-feeder
binaries:
- /go/bin/seid
- /go/bin/price-feeder
build-env:
- BUILD_TAGS=muslc
- /root/go/bin/seid
- /root/go/bin/price-feeder
libraries:
- /usr/lib/libwasmvm.x86_64.so
platforms:
- linux/amd64

0 comments on commit 199bee5

Please sign in to comment.