Update golang.org/x/sys to add linux/ppc support#5436
Update golang.org/x/sys to add linux/ppc support#5436AkihiroSuda merged 1 commit intocontainerd:masterfrom
Conversation
|
Hi @bwh-mind. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
estesp
left a comment
There was a problem hiding this comment.
LGTM; seems fine, but I think given where we are in the 1.5.0 release cycle we should wait on vendor update until after release
|
/ok-to-test |
|
The CI failure on Windows looks like a temporary network issue. |
This package as recently updated to add support for Linux on 32-bit PowerPC (ppc), implemented by gccgo. Signed-off-by: Ben Hutchings <[email protected]>
|
Build succeeded.
|
kzys
left a comment
There was a problem hiding this comment.
Looks good to me. Can we have a PowerPC build in our CI setup?
This package was recently updated to add support for Linux on
32-bit PowerPC (ppc), implemented by gccgo.
Signed-off-by: Ben Hutchings [email protected]