golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/linux-ppc64le/osuosl/NOTES (about) 1 The linux-ppc64le buildlets run on PPC64 VMs at osuosl.org (OSU Open Source Lab). 2 3 They run Ubuntu 20.04 on the host, with buildlets running inside an 4 Ubuntu 20.04 container. 5 6 Filing tickets: https://support.osuosl.org/ 7 Ticket username: bradfitz@golang.org 8 Ticket password: go/pw-osuosl-ppc64 9 10 Machines: 11 * go-le-p10-1: (30 GB RAM, 50 GB disk, 20 cores, POWER10) 12 Linux go-le-p10-1 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:55:27 UTC 2022 ppc64le ppc64le ppc64le GNU/Linux 13 14 ssh -i ~/.ssh/id_ed25519_golang1 ubuntu@go-le-p10-1.osuosl.org 15 (key from go/go-builders-ssh) 16 17 * go-le-bionic-1: (30 GB RAM, 50 GB disk, 20 cores, POWER9) 18 Linux go-le-bionic-2 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:41:48 UTC 2022 ppc64le ppc64le ppc64le GNU/Linux 19 20 ssh -i ~/.ssh/id_ed25519_golang1 ubuntu@140.211.169.171 21 (key from go/go-builders-ssh) 22 23 * go-le-bionic-2: (30 GB RAM, 50 GB disk, 20 cores, POWER8) 24 Linux go-le-bionic-2 5.4.0-125-generic #141-Ubuntu SMP Wed Aug 10 13:41:48 UTC 2022 ppc64le ppc64le ppc64le GNU/Linux 25 26 ssh -i ~/.ssh/id_ed25519_golang1 ubuntu@140.211.169.160 27 (key from go/go-builders-ssh) 28 29 To configure the hosts, see the Makefile and trace what that does.