mirror of
https://github.com/Luzifer/update-gotools.git
synced 2024-12-22 04:41:20 +00:00
Have a working environment set up with tools compiles from Go sources
|
||
---|---|---|
vendor | ||
.gitignore | ||
.repo-runner.yaml | ||
executor.go | ||
Gopkg.lock | ||
Gopkg.toml | ||
History.md | ||
LICENSE | ||
limiter.go | ||
main.go | ||
Makefile | ||
README.md | ||
types.go |
luzifer / update-gotools
This program is a successor of my update-gotools
script to have a working environment set up with tools compiles from Go.
This version supports checking out specific versions, limiting work load by number of CPUs, marking packages as requiring a single threaded compile not to run into race conditions when other packages are touching the same sources, ...