We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make build-cli
I found that recently the pouchrobot failed to generate cli docs automatically.
Please see the failure log. It seems to be related with buildkit code which is introduced in #2779.
root@7a95dc252894:/go/src/github.com/alibaba/pouch# make build-cli build-cli: bin/pouch # github.com/alibaba/pouch/vendor/github.com/moby/buildkit/util/apicaps vendor/github.com/moby/buildkit/util/apicaps/caps.go:147:8: undefined: strings.Builder Makefile:125: recipe for target 'build-cli' failed make: *** [build-cli] Error 2 root@7a95dc252894:/go/src/github.com/alibaba/pouch# git log commit 5c253f937da2bfb4cd030d81800ecf1145805896 Author: Rudy Zhang <rudyflyzhang@gmail.com> Date: Mon May 13 14:22:22 2019 +0800 remove useless break statement Signed-off-by: Rudy Zhang <rudyflyzhang@gmail.com> commit 2596dc7bc81e7fff6ffa481c0decb53ddb2b036d
make build-cli failed.
make build-cli works
see the command line display above.
none
pouch version
uname -a
The text was updated successfully, but these errors were encountered:
@allencloud the strings.Builder is introduced in go1.10 https://golang.org/doc/go1.10#strings . Please update your golang version. Thanks
strings.Builder
Sorry, something went wrong.
fuweid
No branches or pull requests
Ⅰ. Issue Description
I found that recently the pouchrobot failed to generate cli docs automatically.
Please see the failure log. It seems to be related with buildkit code which is introduced in #2779.
Ⅱ. Describe what happened
make build-cli
failed.Ⅲ. Describe what you expected to happen
make build-cli
worksⅣ. How to reproduce it (as minimally and precisely as possible)
see the command line display above.
Ⅴ. Anything else we need to know?
none
Ⅵ. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: