Change in simtrace2[master]: contrib/jenkins.sh: lower trace to make bl fit

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Sun Sep 26 15:24:59 UTC 2021


Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/25606 )


Change subject: contrib/jenkins.sh: lower trace to make bl fit
......................................................................

contrib/jenkins.sh: lower trace to make bl fit

We keep running out of rom space, so reduce tracing to nothing for alle
dfu targets, and let's hope newer gcc versions stop producing more
code...

Change-Id: I7d2947c84097035bed00ad489a175d614b4c388e
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/06/25606/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 5f68cf1..2254947 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -41,8 +41,8 @@
 	echo
 	echo "=============== $board / $app START  =============="
 	# reduce the trace level so the bl fits
-	if [ $board = "ngff_cardem" ] && [ $app = "dfu" ]; then
-		make BOARD="$board" APP="$app" TRACE_LEVEL=2
+	if [ $app = "dfu" ]; then
+		make BOARD="$board" APP="$app" TRACE_LEVEL=0
 	else
 		make BOARD="$board" APP="$app"
 	fi

-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/25606
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I7d2947c84097035bed00ad489a175d614b4c388e
Gerrit-Change-Number: 25606
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210926/b03805ab/attachment.htm>


More information about the gerrit-log mailing list