You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cold cached build:
real 0m59.722s
user 1m36.639s
sys 0m12.023s
Most of the time is spent in the `prepare_iso` function copying and creating
the initramfs. This can be improved by copying the userland binaries into sysroot
instead of copying the sysroot and userland binaries into one `build/initramfs_root` since
that copy is expensive.
After the improvement, cold cached build:
real 0m28.471s
user 1m28.544s
sys 0m6.706s
* Update initramfs to handle symbolic links.
* Don't add debug symbols by default
Signed-off-by: Andy-Python-Programmer <[email protected]>
0 commit comments