]> Cypherpunks.ru repositories - gostls13.git/commit
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>
Mon, 4 Apr 2022 21:06:39 +0000 (21:06 +0000)
commitef5505335432572678c19e202e0edde61b7c5b95
tree17359d11a92ce12e531f67d7fe394f1ccfa2a058
parent11ec59a60e0d18e805b7f0c3a2c5ee8c10481877
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.

Already submitted as CL 395879 on the dev.boringcrypto branch,
but needed on master to set up GOEXPERIMENT=boringcrypto
builder ahead of merge.

For #51940.

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