Skip to content

Commit

Permalink
fix etcd requirements bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Jun 4, 2019
1 parent 4b18628 commit 5f8bfb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ build: deps binary
test: deps
# fix mock docker client bug, see https://github.com/moby/moby/pull/34383 [docker 17.05.0-ce]
sed -i.bak "143s/\*http.Transport/http.RoundTripper/" ./vendor/github.com/docker/docker/client/client.go
# fix fucking etcd bug
rm -rf vendor/github.com/coreos/etcd/client/keys.generated.go
go vet `go list ./... | grep -v '/vendor/' | grep -v '/tools'`
go test -cover ./utils/... ./types/... ./store/etcdv3/... ./scheduler/complex/... ./source/common/... ./lock/etcdlock/... ./auth/simple/... ./cluster/calcium/...

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.04.14
19.06.01

0 comments on commit 5f8bfb7

Please sign in to comment.