Project

General

Profile

Actions

Bug #6374

open

libosmocore --disable-libsctp not tested by jenkins

Added by pespin 2 months ago. Updated 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/23/2024
Due date:
% Done:

0%

Spec Reference:

Description

Right now we are not testing build of libosmocore disabling libsctp support, which means it went broken some time ago and which has recently been fixed by:
https://gerrit.osmocom.org/c/libosmocore/+/36055/1

$ ./configure --help | grep sctp
  --disable-libsctp       Do not enable socket multiaddr APIs requiring
                          libsctp
  --disable-sctp-tests    Do not run socket tests requiring system SCTP

We should ideally test building with those flags above set in the build matrix of the jenkins job when submitting patches to gerrit (and also probably the master jobs?).

We should ideally test the same when building libosmo-netif and libosmo-sccp (they also have similar configure flags iirc, which in turn relate to --disable-libsctp from libosmocore).

Actions #1

Updated by laforge 2 months ago

According to my manual testing it's not sufficient ot issue --disable-libsctp, but we'd actually
have to build in an environment where the library (specifically the libsctp-dev package) is not present.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)