Merge pull request #1211 from stevvooe/no-build-proto

Makefile: no need to build protos binary
This commit is contained in:
Phil Estes
2017-07-19 09:44:41 -04:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ INTEGRATION_PACKAGE=${PKG}
TEST_REQUIRES_ROOT_PACKAGES=$(shell for f in $$(git grep -l testutil.RequiresRoot | grep -v Makefile);do echo "${PKG}/$$(dirname $$f)"; done)
# Project binaries.
COMMANDS=ctr containerd protoc-gen-gogoctrd
COMMANDS=ctr containerd
ifneq ("$(GOOS)", "windows")
COMMANDS += containerd-shim
endif