Talk:Bisecting bugs with Git
Appearance
Latest comment: 13 February by Noraj in topic Speeding up builds
Speeding up builds
When reporting Linux kernel bugs, it's nearly mandatory, to provide a bisection. Building Linux in a classic way takes time (40 min — 6 hours), but if needing to bisect 16 times, the time needed really multiplies the hard way.
So it would be nice to provide tips for building the Linux kernels faster.
Some ideas:
- When to use ccache and not
- Using Modprobed-db to list unused modules and disable them
- Appending
-j
flag tomake
command
—This unsigned comment is by Noraj (talk) 21:24, 13 February 2025 (UTC). Please sign your posts with ~~~~!