Skip to content

Commit

Permalink
Pull request project-chip#99: Fix code size error
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from fix_code_size_error to silabs

Squashed commit of the following:

commit 19533a4ebb9ae7ae5af878e4f55fda52ae878ec5
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Wed Sep 14 15:01:56 2022 -0400

    Fix code size error
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed Apr 25, 2024
1 parent 822b4bb commit 780d7b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def exportIoTReports()
--target_part efr32mg24b210f1536im48 \
--compiler gcc \
--target_board BRD4187C \
--app_name ${app}-MG24 \
--app_name ${app}-${version}-MG24 \
--service_url https://code-size-analyzer.silabs.net \
--branch_name ${env.BRANCH_NAME} \
--build_number b${env.BUILD_NUMBER} \
Expand All @@ -340,12 +340,12 @@ def exportIoTReports()
--stack_name matter \
--target_part efr32mg12p432f1024gl125 \
--compiler gcc \
--target_board BRD4186C \
--app_name window-app-MG24 \
--target_board BRD4161A \
--app_name window-app-${version}-MG12 \
--service_url https://code-size-analyzer.silabs.net \
--branch_name ${env.BRANCH_NAME} \
--build_number b${env.BUILD_NUMBER} \
--output_file window-app-MG24.json \
--output_file window-app-MG12.json \
--store_results True \
--verify_ssl False
"""
Expand Down

0 comments on commit 780d7b9

Please sign in to comment.