Skip to content

Commit

Permalink
Pull request project-chip#713: Use --use_ot_lib for the release build…
Browse files Browse the repository at this point in the history
… use until we find a fix in the thread stack causing the SRP service to fail with NDEBUG define

Merge in WMN_TOOLS/matter from fix/NDEBUG_release to silabs

Squashed commit of the following:

commit 682967c9a8353384d871aa99a4269ae427b89dd8
Author: Junior Martinez <[email protected]>
Date:   Tue Apr 25 10:31:36 2023 -0400

    Use --use_ot_lib for the release build use until we find a fix in the thread stack causing the SRP service to fail with NDEBUG define
  • Loading branch information
jmartinez-silabs committed Jan 24, 2024
1 parent ad71711 commit 964ec9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ def buildOpenThreadExample(app)
"""

if(buildRelease) {
sh """./scripts/examples/gn_efr32_example.sh ./examples/${app}/${relPath} ./out/CSA/${app}/OpenThread/release ${board} --release
// TODO: --use_ot_lib is used in the release build options until thread issue with NDEBUG is found and fixed
sh """./scripts/examples/gn_efr32_example.sh ./examples/${app}/${relPath} ./out/CSA/${app}/OpenThread/release ${board} --release --use_ot_lib
mkdir -p ${saved_workspace}/out/release/${board}/OpenThread
cp ./out/CSA/${app}/OpenThread/release/${board}/*.s37 ${saved_workspace}/out/release/${board}/OpenThread/
cp ./out/CSA/${app}/OpenThread/release/${board}/*.map ${saved_workspace}/out/release/${board}/OpenThread/
Expand Down

0 comments on commit 964ec9c

Please sign in to comment.