Temporary fix of o1 compilation .[Issue-Id: ODUHIGH-285] 50/5550/1
authorHariomGupta <hariom.g@hcl.com>
Fri, 29 Jan 2021 10:44:57 +0000 (16:14 +0530)
committerHariomGupta <hariom.g@hcl.com>
Fri, 29 Jan 2021 10:44:57 +0000 (16:14 +0530)
Signed-off-by: HariomGupta <hariom.g@hcl.com>
Change-Id: I8332b8350f6128ed04789510a9912dba0eef2a35

Dockerfile

index ee130dc..a4c5584 100644 (file)
@@ -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