Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Simplify build scripts #33

Open
philwinder opened this issue Mar 10, 2017 · 2 comments
Open

Simplify build scripts #33

philwinder opened this issue Mar 10, 2017 · 2 comments

Comments

@philwinder
Copy link
Contributor

philwinder commented Mar 10, 2017

Current problem:

  • Too complex
  • Too slow (runs gvt for every build)

I like the build in container philosophy, but maybe it's not required. Devs have to manage their deps to to development anyway. Consider removing build container?

Also see #34

@khyew
Copy link

khyew commented Jul 9, 2018

Check in the vendored dependencies in the vendor/ folder. This will eliminate the step of fetching/pruning dependencies from the Internet for each build, which constitutes the majority of the time in the build step.

@drubin
Copy link

drubin commented Nov 27, 2018

I think this demo should work as close to the real world as possible.

I think with #50 and if we improve #32 it will be more than fast enough.

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

Successfully merging a pull request may close this issue.

3 participants