pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email )
Change subject: contrib/jenkins_arm.sh: Remove explicit configure.sh disable
args
......................................................................
contrib/jenkins_arm.sh: Remove explicit configure.sh disable args
Since --enable-embedded was reworked in
9197c1ac176ab8aa33f82e059404dcd482577a31, it is no longer needed to pass
those flags explicitly for proper checking, since --enable-embedded
preset takes care of enabling/disabling them and do the related checks.
Change-Id: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
---
M contrib/jenkins_arm.sh
1 file changed, 0 insertions(+), 4 deletions(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh
index a65bb67..1d72f2f 100755
--- a/contrib/jenkins_arm.sh
+++ b/contrib/jenkins_arm.sh
@@ -18,10 +18,6 @@
--enable-embedded \
--disable-doxygen \
--disable-shared \
- --disable-libsctp \
- --disable-libusb \
- --disable-libmnl \
- --disable-syslog-logging \
CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles
-nodefaultlibs $WERROR_FLAGS"
$MAKE $PARALLEL_MAKE
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
Gerrit-Change-Number: 41871
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>