https://bugzilla.redhat.com/show_bug.cgi?id=1306214
Menanteau Guy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |NEW --- Comment #13 from Menanteau Guy <[email protected]> --- In the patch attachment 1135226 I proposed, I set gcc for ppc64le kubernetes. It is a an error as we need to used "go" now. The correct patch should have been: diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -222,9 +222,6 @@ kube::golang::set_platform_envs() { elif [[ ${platform} == "linux/arm64" ]]; then export CGO_ENABLED=1 export CC=aarch64-linux-gnu-gcc - elif [[ ${platform} == "linux/ppc64le" ]]; then - export CGO_ENABLED=1 - export CC=ppc64le-redhat-linux-gcc fi } Sorry for the inconvenient. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] http://lists.fedoraproject.org/admin/lists/[email protected]
