summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-12-14 19:13:50 -0800
committerShentubot <shentubot@google.com>2018-12-14 19:15:01 -0800
commit13e493094867625f2822158dba3c6c980919fa59 (patch)
treee61010e6390d99f3a4e2e44a17c8a9fd066c74e0 /kokoro
parent02f86d74f35a69467813ca61055268bcdb6cd5af (diff)
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
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/run_tests.sh5
1 files changed, 4 insertions, 1 deletions
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