disable cgo

This commit is contained in:
Chris Lu 2019-04-06 11:53:56 -07:00
parent e72469ea21
commit 596e920f1f

View file

@ -11,7 +11,7 @@ before_install:
install: install:
- export GOCACHE="off" - export GOCACHE="off"
- export CGO=0 - export CGO_ENABLED="0"
- go env - go env
- go get -u ./weed/... - go get -u ./weed/...