]> Cypherpunks repositories - gostls13.git/commit
src/buildall.bash: mention no longer being used by Go build system
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 27 Jul 2023 17:03:58 +0000 (13:03 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 27 Jul 2023 17:32:27 +0000 (17:32 +0000)
commit77863e42432bbd7cbe0a476bc20773283356f64f
treec250c2f08b08ec033b60c1d96109f96c7b136dd7
parentd79ec708bdaf27933058551b2d24a1a8e569c0d1
src/buildall.bash: mention no longer being used by Go build system

The buildall.bash script was initially added in 2015 (in CL 9438),
documented as used in the implementation of the new compile-only
builders at the time.

That description was updated as the builder implementation changed
from "linux-amd64-compilesmoke" to "all-compile" and most recently
to "misc-compile", which it still mentions today.

The build system stopped using it in CL 464955 and there are no plans
to use it again in the future, so update the description so that it's
not misleading. Notably, adding additional checks to this script does
not mean they will be caught by builders.

Updates #31916.
Updates #58163.

Change-Id: I17558b1c150a3ad95105de14511c51791287991b
Reviewed-on: https://go-review.googlesource.com/c/go/+/513755
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/buildall.bash
src/cmd/go/internal/work/exec.go