Closed gvacaliuc closed 5 years ago
This patch should speed up the builds a little bit, as well as make them a bit easier to trigger. After running make builder once, folks should be able to run make build about as quickly as running go build would take!
make builder
make build
go build
Closes #44
This patch should speed up the builds a little bit, as well as make them a bit easier to trigger. After running
make builder
once, folks should be able to runmake build
about as quickly as runninggo build
would take!