From dfa357be7333c25a22211b4ac1683a23e2372cc4 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 8 Jan 2021 00:37:30 -0800 Subject: [PATCH] containerd: add missing no MIPS16 variable This succeeded on the buildbots as runc included its lack of mips in dependencies. Signed-off-by: Rosen Penev --- utils/containerd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 2ed0a1f87..dcf348234 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd PKG_VERSION:=1.4.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -16,6 +16,7 @@ PKG_MAINTAINER:=Gerard Ryan PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/containerd/containerd