-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
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
x/build: add new ppc64 power10 builder #59614
Comments
Change https://go.dev/cl/484175 mentions this issue: |
This VM hosted by osuol allows CI testing of power10 big-endian. For golang/go#59614 Change-Id: Ife151a984c4e8fa0e4b9e6e459b10f1cf485a765 Reviewed-on: https://go-review.googlesource.com/c/build/+/484175 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: David Chase <drchase@google.com>
Change https://go.dev/cl/484875 mentions this issue: |
It would be nice if support for the ppc64 and ppc64le versions of FreeBSD could be added. When I should test compile some things - I can do this. |
Howdy! Is there anything that needs to be done to close this issue? |
Hi, I think this is complete now. |
Should I open a new issue for building FreeBSD ppc64 and ppc64le ? |
@mcmilk, yes. This issue related to setting up a specific CI instance. Supporting Go on FreeBSD/ppc64{le,} would first require creating proposal type issue. That's a bit more work. |
OSUOL has made available a VM running debian unstable in addition to the existing power10 ppc64le VM image.
This is helpful to verify power10 specific code in BE mode.
The text was updated successfully, but these errors were encountered: