Skip to content
Snippets Groups Projects
Unverified Commit 8cfd0014 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Disable parallel restore in gdm

May be aggrevating timeout issue on appveyor builds.
parent 9ce70aad
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ci-test: ...@@ -32,7 +32,7 @@ ci-test:
deps: deps:
go get -u github.com/golang/lint/golint go get -u github.com/golang/lint/golint
go get github.com/sparrc/gdm go get github.com/sparrc/gdm
gdm restore gdm restore --parallel false
telegraf: telegraf:
go build -i -o $(TELEGRAF) -ldflags "$(LDFLAGS)" ./cmd/telegraf/telegraf.go go build -i -o $(TELEGRAF) -ldflags "$(LDFLAGS)" ./cmd/telegraf/telegraf.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment