Change in libosmocore[master]: jenkins_arm.sh: Don't run 'make check' on embedded builds

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 28 09:01:41 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9759


Change subject: jenkins_arm.sh: Don't run 'make check' on embedded builds
......................................................................

jenkins_arm.sh: Don't run 'make check' on embedded builds

If we're cross-compiling for arm-none-eabi, we cannot execute test
programs.

Change-Id: I64e88a31091b67c37c308c44013c42d4574d2312
---
M contrib/jenkins_arm.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/59/9759/1

diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh
index 4579596..8229fc8 100755
--- a/contrib/jenkins_arm.sh
+++ b/contrib/jenkins_arm.sh
@@ -16,7 +16,7 @@
 	--disable-shared \
 	CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror"
 
-    run_make
+    $MAKE $PARALLEL_MAKE
 }
 
 # verify build in dir other than source tree

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I64e88a31091b67c37c308c44013c42d4574d2312
Gerrit-Change-Number: 9759
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180628/d1673282/attachment.htm>


More information about the gerrit-log mailing list