Documentation ¶
Overview ¶
Genbootstrap prepares GOROOT_BOOTSTRAP tarballs suitable for use on builders. It's a wrapper around bootstrap.bash. After bootstrap.bash produces the full output, genbootstrap trims it up, removing unnecessary and unwanted files.
Usage:
genbootstrap [-upload] [-rev=rev] [-v] GOOS-GOARCH[-suffix]...
The argument list can be a single glob pattern (for example '*'), which expands to all known targets matching that pattern.
Deprecated: As of Go 1.21.0, genbootstrap is superseded by make.bash -distpack and doesn't need to be used anymore. The one exception are GOOS=windows targets, since their go.dev/dl downloads are in .zip format but the builders in x/build support pushing .tar.gz format only.
Click to show internal directories.
Click to hide internal directories.