]> Cypherpunks repositories - gostls13.git/commit
build: force GOWORK=off in make.{bash,bat,rc}
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 18 Mar 2022 23:57:43 +0000 (19:57 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 21 Mar 2022 18:58:34 +0000 (18:58 +0000)
commitd8ce7ae49108dda3b223694df7ebe8f56a1c3032
tree456ac81d76b04902580004f5a536f07184c3ae9e
parentb9d6cea5016835ca5521469631e55f5c489aa0e7
build: force GOWORK=off in make.{bash,bat,rc}

While building Go from source, workspace mode should be disabled,
even if the external environment tries to configure it otherwise.

Fixes #51558.

Change-Id: Icd7577860271f59a8f94406214b111280e4b65b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/393879
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/make.bash
src/make.bat
src/make.rc