From b0d9b32deb75cf007a57579bf5fd8781b5902728 Mon Sep 17 00:00:00 2001 From: Junior Martinez Date: Wed, 26 Apr 2023 16:26:10 +0000 Subject: [PATCH] Pull request #713: 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 Merge in WMN_TOOLS/matter from fix/NDEBUG_release to silabs Squashed commit of the following: commit 682967c9a8353384d871aa99a4269ae427b89dd8 Author: Junior Martinez 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 --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8898b8ba43e16c..970f0d0ea82763 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/