From 13e493094867625f2822158dba3c6c980919fa59 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 14 Dec 2018 19:13:50 -0800 Subject: Use containerd at HEAD until better tagged version is available. Go 1.11.3 has a bug: https://github.com/golang/go/issues/29241 This is fixed/workarounded in containerd: https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6 Until that commit has made it into a tagged version, we will use containerd at head. PiperOrigin-RevId: 225636987 Change-Id: I7e32beb7751f566f5b41682a29a14442c1aa56c2 --- kokoro/run_tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kokoro') diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index ea6440140..c78a7be96 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -65,7 +65,10 @@ installCrictl() ( # 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 - git checkout tags/v1.1.4 + # 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 make sudo -n -E make install -- cgit v1.2.3