Skip to content

Commit

Permalink
jenkins.sh: libosmo-netif no longer depends on libosmo-abis
Browse files Browse the repository at this point in the history
Change-Id: Id62040f41e9a5c233cc42eedb0bd5df9f62df418
Depends: libosmo-abis.git Change-Id I079dc3999de508301dd37ed03e399356a58d3cab
Depends: libosmo-netif.git Change-Id I13d6e88158f6d9ce017986283183ee9c2cc68cae
  • Loading branch information
pespin committed Nov 21, 2024
1 parent 61d3e3a commit 11854f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
export PATH="$inst/bin:$PATH"

osmo-build-dep.sh libosmo-netif "" --disable-doxygen
osmo-build-dep.sh libosmo-abis
osmo-build-dep.sh osmo-ggsn
osmo-build-dep.sh osmo-hlr

if [ "x$IU" = "x--enable-iu" ]; then
osmo-build-dep.sh libosmo-netif
osmo-build-dep.sh libosmo-sigtran
osmo-build-dep.sh libasn1c
#osmo-build-dep.sh asn1c aper-prefix # only needed for make regen in osmo-iuh
Expand Down

0 comments on commit 11854f5

Please sign in to comment.