File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,24 @@ jobs:
172
172
sudo -E PATH=$PATH make integration
173
173
working-directory : src/github.com/containerd/containerd
174
174
175
+ - name : Install containerd dependencies
176
+ run : |
177
+ sudo apt-get update
178
+ sudo apt-get install -y gperf dmsetup strace xfsprogs
179
+ script/setup/install-seccomp
180
+ script/setup/install-runc
181
+ script/setup/install-cni $(grep containernetworking/plugins go.mod | awk '{print $2}')
182
+ script/setup/install-critools
183
+ script/setup/install-failpoint-binaries
184
+ working-directory : src/github.com/containerd/containerd
185
+
186
+ - name : cri-integration
187
+ env :
188
+ RUNC_FLAVOR : " runc"
189
+ run : |
190
+ sudo -E PATH=$PATH CONTAINERD_RUNTIME=io.containerd.runc.v2-rs make BUILDTAGS="no_btrfs" cri-integration
191
+ working-directory : src/github.com/containerd/containerd
192
+
175
193
windows-integration :
176
194
name : Windows Integration
177
195
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments