aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>2023-11-05 10:35:12 +0100
committerGopher Robot <gobot@golang.org>2024-02-21 22:16:54 +0000
commit507d1b22f4b58ac68841582d0c2c0ab6b20e5a98 (patch)
tree86a1639619d483782e5952f707466941e1727ebf /src/make.bash
parent05c0579621b54cc461dd19dd9bebd5a2b3e7af3c (diff)
downloadgo-507d1b22f4b58ac68841582d0c2c0ab6b20e5a98.tar.gz
go-507d1b22f4b58ac68841582d0c2c0ab6b20e5a98.zip
cmd: remove support for GOROOT_FINAL
Fixes #62047 Change-Id: If7811c1eb9073fb09b7006076998f8b2e1810bfb Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-windows-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/539975 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/make.bash b/src/make.bash
index 76ad51624a..933573dd9d 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -7,9 +7,6 @@
# Environment variables that control make.bash:
#
-# GOROOT_FINAL: The expected final Go root, baked into binaries.
-# The default is the location of the Go tree during the build.
-#
# GOHOSTARCH: The architecture for host tools (compilers and
# binaries). Binaries of this type must be executable on the current
# system, so the only common reason to set this is to set