Skip to content

Commit

Permalink
config: pipeline: Update CONFIG_FRAME_WARN for i386
Browse files Browse the repository at this point in the history
CONFIG_FRAME_WARN is set to 1024 by default for i386. The allowed value
for this is 0 to 8192. Let's increase it to 2048 to avoid getting the
warning when stack size is more than default 1024. As all warnings are
being treated as errors, our allmodconfig build fails.

Related kernelci#870
Close kernelci/kernelci-project#482
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
  • Loading branch information
musamaanjum committed Dec 31, 2024
1 parent cd2c96b commit b9c5549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,8 @@ jobs:
defconfig:
- i386_defconfig
- allmodconfig
fragments:
- 'CONFIG_FRAME_WARN=2048'
rules:
tree:
- 'mainline'
Expand Down

0 comments on commit b9c5549

Please sign in to comment.