Skip to content

Commit

Permalink
docker-containerd: use golang-package infrastructure
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Oct 19, 2017
1 parent 74a1dd8 commit 3873fdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package/docker-containerd/docker-containerd.mk
Expand Up @@ -9,8 +9,6 @@ DOCKER_CONTAINERD_SITE = $(call github,containerd,containerd,$(DOCKER_CONTAINERD
DOCKER_CONTAINERD_LICENSE = Apache-2.0
DOCKER_CONTAINERD_LICENSE_FILES = LICENSE.code

DOCKER_CONTAINERD_DEPENDENCIES = host-go

DOCKER_CONTAINERD_GOPATH = "$(@D)/vendor"
DOCKER_CONTAINERD_MAKE_ENV = $(HOST_GO_TARGET_ENV) \
CGO_ENABLED=1 \
Expand Down Expand Up @@ -45,4 +43,4 @@ define DOCKER_CONTAINERD_INSTALL_TARGET_CMDS
ln -fs containerd-shim $(TARGET_DIR)/usr/bin/docker-containerd-shim
endef

$(eval $(generic-package))
$(eval $(golang-package))

0 comments on commit 3873fdf

Please sign in to comment.