bin icon indicating copy to clipboard operation
bin copied to clipboard

Cache GOPATH workspace for updating executables

Open rjeczalik opened this issue 10 years ago • 1 comments

To speed up build times. Using single GOPATH can't be used for concurrent updates (#4).

  • use single GOPATH for concurrent builds
  • for first build of an import path lock GOPATH
  • build concurrently when all repos are already fetched

rjeczalik avatar Jul 31 '14 07:07 rjeczalik

It may be also good idea to allow for building / updating from existing sources ($GOPATH) via command line flag.

rjeczalik avatar Jul 31 '14 10:07 rjeczalik