]> Cypherpunks repositories - gostls13.git/commit
make.bat: pass through all arguments to "dist bootstrap"
authorqmuntal <quimmuntal@gmail.com>
Thu, 6 Feb 2025 10:13:19 +0000 (11:13 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 7 Feb 2025 17:14:03 +0000 (09:14 -0800)
commit1bfbefa1593638dc9ff78e4d2959c865cb1c66a6
tree482260549b53bdd00097a7d96c93230c2f256115
parent580a383103f2bc67955a146a2d45b7c0c98dae8a
make.bat: pass through all arguments to "dist bootstrap"

nolocal is (almost) no longer needed after CL 647115. If we remove it,
then we can pass through all arguments to the Go command, which is
useful for running tests with additional flags, like -json or -v.

This CL also updates all.bat to use "go tool dist" instead of
"%GOTOOLDIR%/dist", as %GOTOOLDIR% is no longer set after making
make.bat uncoditionally set nolocal.

Change-Id: I97dc687faa5686d023f7d7d2b96637295995fe67
Reviewed-on: https://go-review.googlesource.com/c/go/+/647117
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/all.bat
src/make.bat
src/race.bat