summaryrefslogtreecommitdiff
path: root/0003-2158-Use-crictl-v1.22.0-for-ci.patch
blob: 9b5d1b44926aece67099af765a048338785b18c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 384940dee7ed5bcc01014520b94917f5782f996e Mon Sep 17 00:00:00 2001
From: xuxuepeng <xuxuepeng1@huawei.com>
Date: Wed, 30 Aug 2023 03:36:45 +0000
Subject: [PATCH 03/33] !2158 Use crictl v1.22.0 for ci * Use crictl v1.22.0
 for ci

---
 CI/install_depends.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/install_depends.sh b/CI/install_depends.sh
index ff919afe..bff825a8 100755
--- a/CI/install_depends.sh
+++ b/CI/install_depends.sh
@@ -46,7 +46,7 @@ function make_crictl()
     cd cri-tools
     # crictl v1.18 cannot recognise the SecurityProfile seccomp of LinuxSandboxSecurityContext
     # and the LinuxContainerSecurityContext.has_seccomp() always false
-    git checkout v1.24.2
+    git checkout v1.22.0
     make -j $nproc
     echo "make cri-tools: $?"
     cp ./build/bin/crictl ${builddir}/bin/
-- 
2.40.1