-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/env/linux-ppc64: update ppc64 and ppc64le from Debian jessie #34830
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
Comments
Meta bug about cleaning up buildlets is #21260 |
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: |
We're now using rundockerbuildlet for ppc64le (both POWER8 and POWER9), but Docker isn't available for ppc64 (big endian) so we'll need to do something else. Perhaps just chroots into per-build overlayfs mounts with a writable tmpfs overlaying a read-only host root. Mini trashy Docker. |
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>
Change https://golang.org/cl/203886 mentions this issue: |
Change https://golang.org/cl/205459 mentions this issue: |
They've been returned to OSU OSL. Updates golang/go#34830 Change-Id: Id9de0d5d819e20456312fdb5817c82d1da6f845c Reviewed-on: https://go-review.googlesource.com/c/build/+/205459 Reviewed-by: Bryan C. Mills <bcmills@google.com>
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>
Collaboration with @tiborvass at Docker who got Docker running on big-endian PPC64. Go for ppc64 doesn't support cgo or external linking, so runc doesn't work, but a new OCI-compliant runc implementation written in C (https://github.com/containers/crun) means we can run Docker after all. See NOTES & build-*.sh Then add a Dockerfile & associated cleanup in buildlet & stage0 to use rundockerbuildlet. Once done, might help with golang/go#35188, golang/go#32613, etc. Fixes golang/go#34830 Updates golang/go#21260 Change-Id: I43d7afa1d58bbdfa16e3c57670bc41f1d1932d80 Reviewed-on: https://go-review.googlesource.com/c/build/+/203886 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
They've been returned to OSU OSL. Updates golang/go#34830 Change-Id: Id9de0d5d819e20456312fdb5817c82d1da6f845c Reviewed-on: https://go-review.googlesource.com/c/build/+/205459 Reviewed-by: Bryan C. Mills <bcmills@google.com>
The OSUOSL ppc64 and ppc64le buildlet images are old:
The text was updated successfully, but these errors were encountered: