We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a1ccba + c62b9e3 commit 4058709Copy full SHA for 4058709
comdex/build.sh
@@ -1,11 +1,11 @@
1
#!/bin/sh
2
3
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
+wget https://github.com/CosmWasm/wasmvm/releases/download/v1.2.1/libwasmvm_muslc.x86_64.a -O /lib/libwasmvm_muslc.a
5
6
git clone https://github.com/comdex-official/comdex.git
7
cd comdex
8
-git checkout v9.1.2
+git checkout v11.5.0
9
10
11
BUILD_TAGS=muslc LINK_STATICALLY=true make build
0 commit comments