Skip to content

Commit

Permalink
cleanup(disable_modules): Cleanup option as it is not needed anymore
Browse files Browse the repository at this point in the history
After introducing kernelci/kernelci-core#2661
modules support detected in kbuild automatically, and manual
option not needed anymore

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Sep 20, 2024
1 parent e44f391 commit ccc46da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,6 @@ jobs:
params:
<<: *kbuild-gcc-12-i386-params
defconfig: allnoconfig
disable_modules: true
rules:
tree:
- 'kernelci'
Expand Down Expand Up @@ -1091,7 +1090,6 @@ jobs:
params:
<<: *kbuild-gcc-12-i386-params
defconfig: tinyconfig
disable_modules: true
rules:
tree:
- 'kernelci'
Expand Down Expand Up @@ -1205,7 +1203,6 @@ jobs:
params:
<<: *kbuild-gcc-12-riscv-params
defconfig: nommu_k210_defconfig
disable_modules: true
rules:
tree:
- 'kernelci'
Expand Down Expand Up @@ -1245,7 +1242,6 @@ jobs:
params:
<<: *kbuild-gcc-12-x86-params
defconfig: allnoconfig
disable_modules: true
rules:
tree:
- 'kernelci'
Expand Down Expand Up @@ -1386,7 +1382,6 @@ jobs:
params:
<<: *kbuild-gcc-12-x86-params
defconfig: tinyconfig
disable_modules: true
rules:
tree:
- 'kernelci'
Expand Down
3 changes: 0 additions & 3 deletions config/runtime/kbuild.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ KBUILD_PARAMS = {
{%- if cross_compile_compat %}
'cross_compile_compat': '{{ cross_compile_compat }}'
{%- endif %}
{%- if disable_modules %}
'disable_modules': {{ disable_modules }}
{%- endif %}
{%- if dtbs_check %}
'dtbs_check': '{{ dtbs_check }}'
{%- endif %}
Expand Down

0 comments on commit ccc46da

Please sign in to comment.