Hacker News new | ask | show | jobs
by MartinodF 1297 days ago
I've read many times about git bisect being used effectively on the Linux kernel, so I'm not sure build times are that much of an issue...
3 comments

Build time if a full kernel in mind Deen hardware is what, 5 minutes tops?
I've seen projects that take longer to link than a complete from-scratch build of the Linux kernel (and when bisecting, incremental builds do a lot for you on the later steps).
you can bisect with commands other than make