Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache GOPATH workspace for updating executables #5

Open
rjeczalik opened this issue Jul 31, 2014 · 1 comment
Open

Cache GOPATH workspace for updating executables #5

rjeczalik opened this issue Jul 31, 2014 · 1 comment

Comments

@rjeczalik
Copy link
Owner

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant