Skip to content

Commit 13e4930

Browse files
nlacasseshentubot
authored andcommitted
Use containerd at HEAD until better tagged version is available.
Go 1.11.3 has a bug: golang/go#29241 This is fixed/workarounded in containerd: containerd/containerd@52de371 Until that commit has made it into a tagged version, we will use containerd at head. PiperOrigin-RevId: 225636987 Change-Id: I7e32beb7751f566f5b41682a29a14442c1aa56c2
1 parent 02f86d7 commit 13e4930

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kokoro/run_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ installCrictl() (
6565
# go get will exit with a status of 1 despite succeeding, so ignore errors.
6666
go get -d github.com/containerd/containerd || true
6767
cd ${GOPATH}/src/github.com/containerd/containerd
68-
git checkout tags/v1.1.4
68+
# TODO: Switch to using a tagged version once one has been cut
69+
# that contains fix in:
70+
# https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6
71+
git checkout master
6972
make
7073
sudo -n -E make install
7174

0 commit comments

Comments
 (0)