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.
1 parent 4bef663 commit 7465b37Copy full SHA for 7465b37
.circleci/config.yml
@@ -209,13 +209,13 @@ jobs:
209
steps:
210
- checkout
211
- run:
212
- name: Build package "types" without cgo
+ name: Build package "types" with libwasmvm linking disabled
213
command: go build -tags "nolink_libwasmvm" ./types
214
215
- name: Build package "cosmwasm" without cgo
+ name: Build package "cosmwasm" with libwasmvm linking disabled
216
command: go build -tags "nolink_libwasmvm" .
217
218
- name: Test package "types" without cgo
+ name: Test package "types" with libwasmvm linking disabled
219
command: go test -tags "nolink_libwasmvm" ./types
220
221
name: Test package "cosmwasm" with libwasmvm linking disabled
0 commit comments