RSS Bot Posted March 22, 2023 Posted March 22, 2023 Description IMO the "Repeat Build Options" log should consistently appear for any build option. So I did update scripts as follows (copy of commit comment): cli-build.sh, start-end.sh: move function produce_repeat_args_array() to start-end.sh add $WHAT as first arg to produce_repeat_args_array() if $WHAT is not empty move early display log of "Repeat Build Options" to function main_default_start_build() move last log of "Repeat Build Options" to function main_default_end_build() add last log of "Repeat Build Options" to LOG_SECTION="repeat_build_options" 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] A: Run full build (no single artifact on commandline): [x] B: Run single artifact build with uboot on commandline: the early log: the final log: Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
Recommended Posts