-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: Prevent regenerating dfu multi image on every build #19636
Conversation
adigie
commented
Dec 19, 2024
- Move running dfu_multi_image_tool.py out of custom target to stop regenerating the image on every build.
- Fix DEPENDS for dfu_multi_image_package.
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9a0127956de01df6a8e488ee050f707f7e2d1894 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuessample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 911854[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-19636/4) |
15a0ca9
to
efafb91
Compare
* Move running dfu_multi_image_tool.py out of custom target to stop regenerating the image on every build. * Fix DEPENDS for dfu_multi_image_package. Signed-off-by: Adrian Gielniewski <[email protected]>
a5dac68
to
9a01279
Compare
@nordicjm Could you take a look? |