Skip to content

ARM CI failed due to md2man package not found #3645

@Yikun

Description

@Yikun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions