1
0
Fork 0
mirror of https://github.com/Luzifer/update-gotools.git synced 2024-10-18 07:04:20 +00:00
Have a working environment set up with tools compiles from Go sources
Find a file
Knut Ahlers ee8c8929be
Add automated building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-20 23:01:32 +01:00
.gitignore Initial version 2018-02-20 21:31:47 +01:00
.repo-runner.yaml Add automated building 2018-02-20 23:01:32 +01:00
executor.go Allow fetching version from a remote URL 2018-02-20 22:45:45 +01:00
LICENSE Add meta files 2018-02-20 22:48:23 +01:00
limiter.go Initial version 2018-02-20 21:31:47 +01:00
main.go Allow fetching version from a remote URL 2018-02-20 22:45:45 +01:00
Makefile Add automated building 2018-02-20 23:01:32 +01:00
README.md Add meta files 2018-02-20 22:48:23 +01:00
types.go Allow fetching version from a remote URL 2018-02-20 22:45:45 +01:00

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, ...