Skip to content

Commit 4058709

Browse files
author
NATIVEL Nicolas
authored
Merge pull request #43 from KiFoundation/comdex_v11.5.0
comedx v11.5.0
2 parents 8a1ccba + c62b9e3 commit 4058709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comdex/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/sh
22

33
apk add git gcc build-base linux-headers
4-
wget https://github.com/CosmWasm/wasmvm/releases/download/v1.1.1/libwasmvm_muslc.x86_64.a -O /lib/libwasmvm_muslc.a
4+
wget https://github.com/CosmWasm/wasmvm/releases/download/v1.2.1/libwasmvm_muslc.x86_64.a -O /lib/libwasmvm_muslc.a
55

66
git clone https://github.com/comdex-official/comdex.git
77
cd comdex
8-
git checkout v9.1.2
8+
git checkout v11.5.0
99

1010

1111
BUILD_TAGS=muslc LINK_STATICALLY=true make build

0 commit comments

Comments
 (0)