Makefile: remove bzr check
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
f40ecee773
commit
ad71e1c0f3
4
Makefile
4
Makefile
|
@ -19,10 +19,6 @@ ERRCHECK_BINARY := $(FIRST_GOPATH)/bin/errcheck
|
|||
|
||||
STATICCHECK_IGNORE =
|
||||
|
||||
# Go modules needs the bzr binary because of the dependency on launchpad.net/gocheck.
|
||||
$(eval $(call PRECHECK_COMMAND_template,bzr))
|
||||
PRECHECK_OPTIONS_bzr = version
|
||||
|
||||
.PHONY: build-all
|
||||
# Will build both the front-end as well as the back-end
|
||||
build-all: assets apiv2 build
|
||||
|
|
Loading…
Reference in New Issue