]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.boringcrypto] make.bash: disable GOEXPERIMENT when using bootstrap toolchain
authorRuss Cox <rsc@golang.org>
Fri, 25 Mar 2022 17:22:55 +0000 (13:22 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 30 Mar 2022 15:19:13 +0000 (15:19 +0000)
commit9d6ab825f6fe125f7ce630e103b887e580403802
tree2ea9d885482dcf3e3d61c160fe36bdcc03b6b54f
parentd1405d7410accbb9ee51e116297e9ce671ab1b56
[dev.boringcrypto] make.bash: disable GOEXPERIMENT when using bootstrap toolchain

When using Go 1.4 this doesn't matter, but when using Go 1.17,
the bootstrap toolchain will complain about unknown GOEXPERIMENT settings.
Clearly GOEXPERIMENT is for the toolchain being built, not the bootstrap.

For #51940.

Change-Id: Iff77204391a5a66f7eecab1c7036ebe77e1a4e82
Reviewed-on: https://go-review.googlesource.com/c/go/+/395879
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/make.bash