mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
Makefile: add -d
flag to go get
in vendor-update
target
This should skip unnecessary build step for the updated packages
This commit is contained in:
parent
5454137504
commit
e8ef94db4b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -141,8 +141,8 @@ benchmark-pure:
|
|||
GO111MODULE=on CGO_ENABLED=0 go test -mod=vendor -bench=. ./app/...
|
||||
|
||||
vendor-update:
|
||||
GO111MODULE=on go get -u ./lib/...
|
||||
GO111MODULE=on go get -u ./app/...
|
||||
GO111MODULE=on go get -u -d ./lib/...
|
||||
GO111MODULE=on go get -u -d ./app/...
|
||||
GO111MODULE=on go mod tidy
|
||||
GO111MODULE=on go mod vendor
|
||||
|
||||
|
|
Loading…
Reference in a new issue