-
Notifications
You must be signed in to change notification settings - Fork 18k
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/env: convert linux/ppc64le builders to use rundockerbuildlet (Docker-per-build) #21189
Comments
(And then change |
AFAIK Docker can't be built with golang for ppc64 big endian because of the missing linker support. Not sure if that affects what you are trying to do here. |
@laboger, ah, bummer. But ppc64le is good? |
Yes Docker can be built and used with golang on ppc64le. |
Sweet On it!!!!
…On Jul 27, 2017 10:18, "Brad Fitzpatrick" ***@***.***> wrote:
(And then change HermeticReverse to true in dashboard/builders.go)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#21189 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYNbAzmzY-b_f8sGf_r36UkeJWJmCDZks5sSJwugaJpZM4OlWP3>
.
|
Change https://golang.org/cl/52292 mentions this issue: |
Docker still doesn't work on ppc64, and on ppc64le, Docker isn't packaged for Debian, so I filed a ticket with OSUOSL to get a new Ubuntu ppc64le VM (https://support.osuosl.org/SelfService/Display.html?id=30848). /cc @toothrot |
@bradfitz did you ask for POWER8 or POWER9 VMs? Might make sense to convert the POWER9 builder to Docker as well. The one I set up is Debian too. |
I didn't specify. |
Change https://golang.org/cl/200757 mentions this issue: |
One of the little ppc64le VMs was lost in the upgrade, and we got one new beefy one. Updates golang/go#34830 Updates golang/go#21189 Updates golang/go#21260 Change-Id: I4488d106c5c146c6e55d2d3528913f5507b9d57b Reviewed-on: https://go-review.googlesource.com/c/build/+/200757 Reviewed-by: Bryan C. Mills <bcmills@google.com>
Change https://golang.org/cl/200820 mentions this issue: |
Add details of 3 new big VMs: POWER8 (le), POWER9 (le), and POWER8 (be). Still not configured, but we have them provisioned. Updates golang/go#34830 Updates golang/go#21189 Updates golang/go#21260 Change-Id: If648e9966485062cda8131caf2ac5f87ab839fc5 Reviewed-on: https://go-review.googlesource.com/c/build/+/200820 Reviewed-by: Bryan C. Mills <bcmills@google.com>
Change https://golang.org/cl/201637 mentions this issue: |
Change https://golang.org/cl/202017 mentions this issue: |
Fixes golang/go#34990 Updates golang/go#21189 Change-Id: I7f546564dd5149de6915dc631cafe3164e0e7a70 Reviewed-on: https://go-review.googlesource.com/c/build/+/202017 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
One of the little ppc64le VMs was lost in the upgrade, and we got one new beefy one. Updates golang/go#34830 Updates golang/go#21189 Updates golang/go#21260 Change-Id: I4488d106c5c146c6e55d2d3528913f5507b9d57b Reviewed-on: https://go-review.googlesource.com/c/build/+/200757 Reviewed-by: Bryan C. Mills <bcmills@google.com>
Add details of 3 new big VMs: POWER8 (le), POWER9 (le), and POWER8 (be). Still not configured, but we have them provisioned. Updates golang/go#34830 Updates golang/go#21189 Updates golang/go#21260 Change-Id: If648e9966485062cda8131caf2ac5f87ab839fc5 Reviewed-on: https://go-review.googlesource.com/c/build/+/200820 Reviewed-by: Bryan C. Mills <bcmills@google.com>
Fixes golang/go#21189 Updates golang/go#21260 Updates golang/go#34830 (ppc64 big endian remains) Change-Id: I7ff38edb519bf4f34cd05bb795b6a41f72b10640 Reviewed-on: https://go-review.googlesource.com/c/build/+/201637 Reviewed-by: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Fixes golang/go#34990 Updates golang/go#21189 Change-Id: I7f546564dd5149de6915dc631cafe3164e0e7a70 Reviewed-on: https://go-review.googlesource.com/c/build/+/202017 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
The
ppc64 andppc64le builders should do the new Docker-container-per-build that @adams-sarah did for linux-arm (scaleway) and linux-arm64 (packet.net and linaro).The text was updated successfully, but these errors were encountered: