fixeria submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved; Verified
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(-)

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

To view, visit change 27612. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I39e2067f5d93e648e05ee0f949145d31af43e6d7
Gerrit-Change-Number: 27612
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: merged