зеркало из https://github.com/golang/build.git
3c22c38761
Generate a Windows image that will start a buildlet on boot and have the dependencies needed for building/testing go/cgo. provisioning: - `sysprep.ps1`: disables unneeded features (eg UAC) and downloads dependencies (stage0, gcc) - `startup.ps1`: sets up a user account for unattended login. this can't be done in the sysprep stage because the `local machine` does not yet exist to create accounts under. helpers: - `build.bash`: builds a single image, creates a vm from the image and verifies it with `test_buildlet.bash` - `make.bash`: builds a set of images - `connect.bash`: helper to RDP into a machine for troubleshooting - `test_buildlet.bash`: validation script to exercise a buildlet Updates golang/go#17513 Change-Id: I4812ed1fc9862ae0aa44b712ea270fd52d0c505f Reviewed-on: https://go-review.googlesource.com/41142 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
crosscompile | ||
darwin/macstadium | ||
freebsd-amd64 | ||
linux-arm/scaleway | ||
linux-arm-qemu | ||
linux-arm64 | ||
linux-ppc64/osuosl | ||
linux-ppc64le/osuosl | ||
linux-x86-alpine | ||
linux-x86-clang | ||
linux-x86-nacl | ||
linux-x86-sid | ||
linux-x86-std-kube | ||
netbsd-amd64 | ||
openbsd-386 | ||
openbsd-amd64 | ||
plan9-386 | ||
solaris-amd64 | ||
windows |