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 f248a5a + 6a149dc commit c3b70cfCopy full SHA for c3b70cf
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
- run: go get -u github.com/stevenmatthewt/semantics
12
- run:
13
name: cross compile
14
- command: gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"
+ command: CGO_ENABLED=0 gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"
15
16
- add_ssh_keys
17
0 commit comments