laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30441 )
Change subject: jenkins_arm.sh: disable external tests ......................................................................
jenkins_arm.sh: disable external tests
We don not run 'make check' at all so configuring with external tests support is pointless.
Related: OS#5671 Change-Id: If96756a85ab3b01a786838a4882884efe33f968b --- M contrib/jenkins_arm.sh 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh index e7df37d..8793415 100755 --- a/contrib/jenkins_arm.sh +++ b/contrib/jenkins_arm.sh @@ -21,7 +21,6 @@ --disable-libsctp \ --disable-libusb \ --disable-libmnl \ - --enable-external-tests \ CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs $WERROR_FLAGS"
$MAKE $PARALLEL_MAKE