fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/27612 )
Change subject: Add missing osmo-cbc to all.deps and {sanitize,werror}.opts ......................................................................
Add missing osmo-cbc to all.deps and {sanitize,werror}.opts
Change-Id: I39e2067f5d93e648e05ee0f949145d31af43e6d7 --- M all.deps M sanitize.opts M werror.opts 3 files changed, 3 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved; Verified
diff --git a/all.deps b/all.deps index 75c2b96..988d1ee 100644 --- a/all.deps +++ b/all.deps @@ -26,6 +26,7 @@ osmo-bsc-nat libosmo-sccp libgtpnl osmo-upf libosmocore libgtpnl +osmo-cbc libosmo-netif
# can only clone these docker-playground diff --git a/sanitize.opts b/sanitize.opts index 94bb855..34f27af 100644 --- a/sanitize.opts +++ b/sanitize.opts @@ -18,3 +18,4 @@ osmo-smlc --enable-sanitize osmo-pcu --enable-sanitize osmo-upf --enable-sanitize +osmo-cbc --enable-sanitize diff --git a/werror.opts b/werror.opts index 7f2ee6c..c5daa23 100644 --- a/werror.opts +++ b/werror.opts @@ -14,3 +14,4 @@ osmo-bts --enable-werror osmo-bsc-nat --enable-werror osmo-upf --enable-werror +osmo-cbc --enable-werror