From b06a9779c08267f3e76eb0081657f8b8ca47501f Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 3 Dec 2019 17:13:24 +0800 Subject: [PATCH] build_oran.sh: remove ceph to work around for CI build Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: I0f5c499fbbff59ba0dc63dbe19c99e4dca316bf0 --- scripts/build_oran.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build_oran.sh b/scripts/build_oran.sh index 2f5a299..bf8b9c0 100755 --- a/scripts/build_oran.sh +++ b/scripts/build_oran.sh @@ -134,6 +134,9 @@ cat << EOF >> conf/local.conf DISTRO = "oran-inf" BB_NO_NETWORK = '0' WRTEMPLATE += "feature/oran-host-rt-tune" + +# Work around for CI build +IMAGE_INSTALL_remove = "ceph" EOF if [ "${EXTRA_CONF}" != "" ] && [ -f "${EXTRA_CONF}" ]; then -- 2.16.6