Skip to content

Commit

Permalink
config: pipeline: Update CONFIG_FRAME_WARN for arm
Browse files Browse the repository at this point in the history
CONFIG_FRAME_WARN is set to 1024 by default for arm. 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 on arm.

Close: kernelci/kernelci-project#482

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Nov 6, 2024
1 parent 3e45ff0 commit ea3fb8a
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 @@ -301,6 +301,8 @@ jobs:
defconfig:
- defconfig
- allmodconfig
fragments:
- 'CONFIG_FRAME_WARN=2048'
rules:
tree:
- 'mainline'
Expand Down

0 comments on commit ea3fb8a

Please sign in to comment.