The arm CI failed after #3637 , which is introduce the genman:
vendor/github.com/urfave/cli/docs.go:11:2: cannot find package "github.com/cpuguy83/go-md2man/v2/md2man" in any of:
/root/src/github.com/containerd/containerd/vendor/github.com/cpuguy83/go-md2man/v2/md2man (vendor tree)
/usr/lib/go-1.10/src/github.com/cpuguy83/go-md2man/v2/md2man (from $GOROOT)
/root/src/github.com/cpuguy83/go-md2man/v2/md2man (from $GOPATH)
Makefile:183: recipe for target 'bin/ctr' failed
make: *** [bin/ctr] Error 1
Looks like we need add ./script/setup/install-dev-tools in arm CI scriprt.
The arm CI failed after #3637 , which is introduce the
genman:Looks like we need add
./script/setup/install-dev-toolsin arm CI scriprt.