Y
Hacker News
new
|
ask
|
show
|
jobs
by
dominotw
3637 days ago
where do you store build caches? npm/gems ect?
1 comments
falsedan
3637 days ago
Dependencies? On the host; they're ephemeral but they'll run multiple builds between coming into existence and disappearing.
link
dominotw
3634 days ago
but first build always take a hit making the build times unpredictable making build time regressions hard to track.
link