To allow automated bisection, we need to address various kernel building failures and here are some ideas,
- git bisect skip
- build inside a container that works
- disable a certain feature or Kconfig item
- apply existing fix(es)
- invoke AI agent to resolve the compiling failure
To allow automated bisection, we need to address various kernel building failures and here are some ideas,