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 <[email protected]>

Reply via email to