Skip to content
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

Add allmodconfig builds across kernel trees for improved build testing #860

Open
nuclearcat opened this issue Oct 29, 2024 · 0 comments
Open
Labels
techdebt Something that works for now, but should be done better

Comments

@nuclearcat
Copy link
Member

nuclearcat commented Oct 29, 2024

Based on email discussions and advice from Todd Kjos, we should implement allmodconfig builds (build-only) across several kernel trees to help identify potential build errors early.

Proposed Implementation:

  • Enable clang allmodconfig builds for:
    • stable-rc kernels
    • mainline master

Target Architectures:

  • x86
  • ARM
  • ARM64

Rationale:
Allmodconfig builds are effective at catching build-time issues by testing all available kernel configuration options.

@nuclearcat nuclearcat added the techdebt Something that works for now, but should be done better label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
techdebt Something that works for now, but should be done better
Projects
None yet
Development

No branches or pull requests

1 participant