build_oran.sh: remove ceph to work around for CI build
[pti/rtp.git] / scripts / build_oran.sh
index 2f5a299..bf8b9c0 100755 (executable)
@@ -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