зеркало из https://github.com/golang/build.git
8267f43ff4
The js/wasm port maintainers want to start landing changes for Go 1.21 that replace Node.js 14 support with Node.js 18 support. Disable the js-wasm TryBot on tip so that work can begin. Once done, the js-wasm-node18 builder can become the new TryBot on tip, and the temporary misc-compile trybot can be removed. For golang/go#57614. Change-Id: I18ebbc69c8da2b7296dd06a5a10c8557395d600d Reviewed-on: https://go-review.googlesource.com/c/build/+/463915 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Reviewed-by: Carlos Amedee <carlos@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
builders.go | ||
builders_test.go |
README.md
golang.org/x/build/dashboard
Package dashboard contains shared configuration and logic used by various pieces of the Go continuous build system.
Deploying
When adding or removing builders, or changing a builder's build policy
(which repos/branches get tested), you need to deploy the
x/build/cmd/coordinator
binary. Additionally, you usually want to
re-deploy the x/build/app/appengine
code to update
https://build.golang.org/. The latter is only for humans (forcing
columns to show up and adding the little black dots on cells that
aren't built), but doesn't affect what gets built.