-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Speed up alpine build #703
Conversation
/cc @tianon |
BTW @SimenB @PeterDaveHello @chorrell the build errors. For some reasons the build output doesn't get to Travis. This could be caused by build being so verbose that the maximum Travis log length is reached. Since we are using multi-stage, we could redirect the build output to file in the Dockerfile and if we need to access that log we can get if from the intermediary image. What do you fellows think? |
I’m fine with reducing the verbosity of the logs a bit |
@chorrell maybe it's not the log length.....it's so weird. Is it possible that the docker process detaches? |
c3a2607
to
925390e
Compare
Something is weird with v9 alipine. It seems to fail often. I restarted just that one here and it's all green https://travis-ci.org/LaurentGoderre/docker-node/builds/371661398 |
925390e
to
8d49f0a
Compare
9503084
to
7201187
Compare
251ee87
to
e45115f
Compare
Allows extracting the ccache
e45115f
to
95d2fc0
Compare
Fixes #693