From c8d7222701b02c2d421a7b2edfc087d86a038e62 Mon Sep 17 00:00:00 2001 From: zhongjiawei Date: Fri, 12 Apr 2024 11:14:38 +0800 Subject: [PATCH] containerd:enable make cri --- containerd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerd.spec b/containerd.spec index b414c54..ea153d5 100644 --- a/containerd.spec +++ b/containerd.spec @@ -42,7 +42,7 @@ ln -fs $PWD $GO_BUILD_PATH/src/%{goipath} cd $GO_BUILD_PATH/src/%{goipath} export GO111MODULE=off export GOPATH=$GO_BUILD_PATH:%{gopath} -export BUILDTAGS="no_btrfs no_cri" +export BUILDTAGS="no_btrfs" make %install -- Gitee