diff options
author | Thomas Weißschuh <[email protected]> | 2023-09-17 17:21:38 +0200 |
---|---|---|
committer | Thomas Weißschuh <[email protected]> | 2023-10-12 21:14:07 +0200 |
commit | 45839d09910e94254e35b08d1a71cc1206767217 (patch) | |
tree | fb013fdec70070c93996a2b3f2a6076bb7e553f2 /scripts/generate_rust_analyzer.py | |
parent | 4ed03f639e7abe9dd75c9775ee026be33ce1de82 (diff) |
selftests/nolibc: don't embed initramfs into kernel image
When the initramfs is embedded into the kernel each rebuild of it will
trigger a full kernel relink and all the expensive postprocessing steps.
Currently nolibc-test and therefore the initramfs are always rebuild,
even without source changes, leading to lots of slow kernel relinks.
Instead of linking the initramfs into the kernel assemble it manually
and pass it explicitly to qemu.
This avoids all of the kernel relinks.
Signed-off-by: Thomas Weißschuh <[email protected]>
Reviewed-by: Nicolas Schier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions