提交 cf105863 编写于 作者: D Derek Parker

Skip dependency install with SKIP_DEPS env var

上级 8be76428
......@@ -24,11 +24,13 @@ endif
endif
deps: check-cert
ifeq "$(SKIP_DEPS)" ""
go get -u github.com/peterh/liner
go get -u github.com/spf13/cobra
go get -u golang.org/x/sys/unix
go get -u github.com/davecheney/profile
go get -u gopkg.in/yaml.v2
endif
build: deps
go build $(FLAGS) github.com/derekparker/delve/cmd/dlv
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册