Y
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
TylerE
1297 days ago
Build time if a full kernel in mind Deen hardware is what, 5 minutes tops?
link
aidenn0
1297 days ago
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).
link
prpl
1297 days ago
you can bisect with commands other than make
link