genbootstrap

command
v0.0.0-...-870f2d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 17 Imported by: 0

README

Go Reference

golang.org/x/build/cmd/genbootstrap

Genbootstrap prepares GOROOT_BOOTSTRAP tarballs suitable for use on builders.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL