Skip to content

Commit

Permalink
Disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 12, 2019
1 parent fa81421 commit 91398ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/coverage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -eou pipefail

export CGO_ENABLED=0
export GO111MODULE=on
export GOFLAGS="-mod=vendor"

GOPATH=$(go env GOPATH)
REPO_ROOT="$GOPATH/src/github.com/appscode/guard"

Expand Down

0 comments on commit 91398ad

Please sign in to comment.