We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most of the builder images store their GOROOT_BOOTSTRAP contents in a tarball on GCS.
That tarball is built by hand, starting with bootstrap.bash and then trimmed down (e.g. #9797 (comment))
Let's automate this. It's getting painful.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/80895 mentions this issue: build: add alternate output format for bootstrap.bash, as used by builders
build: add alternate output format for bootstrap.bash, as used by builders
Sorry, something went wrong.
f0f62fc
Change https://golang.org/cl/90715 mentions this issue: bootstrap.bash: only fetch git revision if we need it
bootstrap.bash: only fetch git revision if we need it
32a08d0
Updates #22912 Fixes #23610 Change-Id: Id1c91fc3f040412d5931dba40e430685793f8eea Reviewed-on: https://go-review.googlesource.com/90715 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
No branches or pull requests
Most of the builder images store their GOROOT_BOOTSTRAP contents in a tarball on GCS.
That tarball is built by hand, starting with bootstrap.bash and then trimmed down (e.g. #9797 (comment))
Let's automate this. It's getting painful.
The text was updated successfully, but these errors were encountered: