-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fail loudly when kernel build fails #3
Comments
a13xp0p0v
added a commit
that referenced
this issue
Sep 14, 2020
Let's avoid using `tee` for saving the kernel build log. It swallows the return value from `make` that runs in Docker container. Let's instead save the build log from outside. That fixes the issue #3 and makes build logs more verbose.
Hi @xairy |
Looks much better now, thanks!
|
This tool can build several kernels during one run (if you specify several compilers with |
OK, SGTM, thank you for the fix! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it's not very clear when a build fails, as both a failed and a successful builds have the same last few lines:
The text was updated successfully, but these errors were encountered: