File tree Expand file tree Collapse file tree 3 files changed +6
-33
lines changed Expand file tree Collapse file tree 3 files changed +6
-33
lines changed Original file line number Diff line number Diff line change 33
33
distro : ["alpine"]
34
34
version :
35
35
- " 0.0.4"
36
- - " 0.1.3"
36
+ # - "0.1.3" cosmwasm fails
37
37
- " 5.0.0"
38
38
- " 6.0.2"
39
39
- " 7.0.0"
@@ -59,15 +59,16 @@ jobs:
59
59
go_version : " 1.16"
60
60
build_command : " CGO_ENABLED=0 make install"
61
61
62
- - version : " 0.1.3"
63
- go_version : " 1.18"
64
- build_command : " CGO_ENABLED=0 make install"
62
+ # - version: "0.1.3"
63
+ # go_version: "1.18"
64
+ # build_command: "CGO_ENABLED=0 make install"
65
65
66
66
- version : " 5.0.0"
67
67
go_version : " 1.18"
68
68
69
69
- version : " 13.3.0"
70
70
go_version : " 1.20"
71
+ build_command : " CGO_ENABLED=0 make install"
71
72
72
73
with :
73
74
binary : ${{ matrix.binary }}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN set -eu && \
10
10
ca-certificates \
11
11
linux-headers \
12
12
build-base \
13
+ musl-dev \
13
14
bash \
14
15
bison \
15
16
curl \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments