disable cgo

This commit is contained in:
Chris Lu 2019-04-06 11:52:55 -07:00
parent a98a6263e2
commit e72469ea21

View file

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