Y
Hacker News
new
|
ask
|
show
|
jobs
by
praptak
372 days ago
To me it is very strange how many companies do not internally mirror every single dependency of their builds. You should be able to do a clean build fully offline (and not count on luck with the download caches).
2 comments
1718627440
371 days ago
Include them as git submodule and you have that for free.
link
hu3
372 days ago
Yep.
I vendor dependencies on the projects I work.
Predictable, offline builds. Storage is cheap.
link