mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Pin containerd to v1.2.2. in integration tests.
We no longer need to depend on master, since v1.2.2 contains a commit to work around "malformed input path" bug: https://github.com/containerd/containerd/commit/27c6449c2c50f7e66076a4186e81aa3167e0dd5a PiperOrigin-RevId: 229790405 Change-Id: Ia93b66959e6433bf096d6742be6064c1d7ed8b18
This commit is contained in:
committed by
Shentubot
parent
12bc7834dc
commit
f89085219d
+1
-4
@@ -106,10 +106,7 @@ install_crictl_test_deps() {
|
||||
# go get will exit with a status of 1 despite succeeding, so ignore errors.
|
||||
go get -d github.com/containerd/containerd || true
|
||||
cd ${GOPATH}/src/github.com/containerd/containerd
|
||||
# TODO: Switch to using a tagged version once one has been cut
|
||||
# that contains fix in:
|
||||
# https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6
|
||||
git checkout master
|
||||
git checkout v1.2.2
|
||||
make
|
||||
sudo -n -E make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user