Add missing osmo-cbc to all.deps and {sanitize,werror}.opts

Change-Id: I39e2067f5d93e648e05ee0f949145d31af43e6d7
This commit is contained in:
Vadim Yanitskiy 2022-03-30 22:41:31 +03:00
parent 34a1b23979
commit f1fab926ed
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ osmo-pcap libosmocore
osmo-bsc-nat libosmo-sccp osmo-bsc-nat libosmo-sccp
libgtpnl libgtpnl
osmo-upf libosmocore libgtpnl osmo-upf libosmocore libgtpnl
osmo-cbc libosmo-netif
# can only clone these # can only clone these
docker-playground docker-playground

View File

@ -18,3 +18,4 @@ osmo-bts --enable-sanitize
osmo-smlc --enable-sanitize osmo-smlc --enable-sanitize
osmo-pcu --enable-sanitize osmo-pcu --enable-sanitize
osmo-upf --enable-sanitize osmo-upf --enable-sanitize
osmo-cbc --enable-sanitize

View File

@ -14,3 +14,4 @@ osmo-sgsn --enable-werror
osmo-bts --enable-werror osmo-bts --enable-werror
osmo-bsc-nat --enable-werror osmo-bsc-nat --enable-werror
osmo-upf --enable-werror osmo-upf --enable-werror
osmo-cbc --enable-werror