build
build copied to clipboard
Minor fixes
Description
Minor fixes:
- limit creation of git-sources.json file to following commands - targets, debs-to-repo-json, gha-matrix and gha-workflow
- Solve slowness when building Ubuntu Noble images. Fixes #6531
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
- [X] Tested Ubuntu noble rootfs creation speed improvement using
./compile.sh BOARD=khadas-vim4 BRANCH=legacy KERNEL_CONFIGURE=no BUILD_MINIMAL=yes RELEASE=noble ARTIFACT_IGNORE_CACHE=yes rootfs. It reduced build time from 26 minutes down to only 8 minutes.
Checklist:
Please delete options that are not relevant.
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules