Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Use containerd at HEAD until better tagged version is available.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nlacasse authored and shentubot committed Dec 15, 2018
1 parent 02f86d7 commit 13e4930
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kokoro/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 13e4930

Please sign in to comment.