From b9a6860b8d95b57307e3e30b95642c83a762241e Mon Sep 17 00:00:00 2001 From: HariomGupta Date: Fri, 29 Jan 2021 16:14:57 +0530 Subject: [PATCH] Temporary fix of o1 compilation .[Issue-Id: ODUHIGH-285] Signed-off-by: HariomGupta Change-Id: I8332b8350f6128ed04789510a9912dba0eef2a35 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee130dcb7..a4c558411 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=FDD #cleanup netconf folder and install libraries RUN cd build/o1 && rm -rf netconf && /bin/bash install_lib.sh -c -RUN cd build/o1 && make o1 MACHINE=BIT64 +#RUN cd build/o1 && make o1 MACHINE=BIT64 #temporary fix # Install the data models based on the ODU yang model RUN /usr/local/bin/sysrepoctl -i build/o1/yang/o-ran-sc-odu-alarm-v1.yang -- 2.16.6