Skip to content

Commit

Permalink
Fix code_size_analyzer_cli argument. More than one lighting app name …
Browse files Browse the repository at this point in the history
…was getting grep at the time now that they are all in the same folder
  • Loading branch information
jmartinez-silabs committed Oct 17, 2023
1 parent 8a7befe commit 8e1a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def exportIoTReports()
def appNameOnly = app - '-app'
sh """unset OTEL_EXPORTER_OTLP_ENDPOINT
code_size_analyzer_cli \
--map_file ${saved_workspace}/out/${version}/BRD4187C/OpenThread/chip-efr32-${appNameOnly}*.map \
--map_file ${saved_workspace}/out/${version}/BRD4187C/OpenThread/chip-efr32-${appNameOnly}-example*.map \
--stack_name matter \
--target_part efr32mg24b210f1536im48 \
--compiler gcc \
Expand Down

0 comments on commit 8e1a37b

Please sign in to comment.