mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
disable cgo
This commit is contained in:
parent
a98a6263e2
commit
e72469ea21
|
@ -11,7 +11,8 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export GOCACHE="off"
|
- export GOCACHE="off"
|
||||||
- echo `go env GOCACHE`
|
- export CGO=0
|
||||||
|
- go env
|
||||||
- go get -u ./weed/...
|
- go get -u ./weed/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue