remove pistache from build 73/2273/1
authoraa7133@att.com <aa7133@att.com>
Mon, 20 Jan 2020 16:55:15 +0000 (18:55 +0200)
committeraa7133@att.com <aa7133@att.com>
Mon, 20 Jan 2020 16:55:49 +0000 (18:55 +0200)
Change-Id: I5ec1d5449c6a8d1fbc205b51f1fcb2e1c3798b13
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/Dockerfile
RIC-E2-TERMINATION/TEST/e2test.h

index f24328f..c218c86 100644 (file)
@@ -47,14 +47,16 @@ RUN apt-get install -y autoconf gawk libtool automake pkg-config autoconf-archiv
     && cd cxxopts && mkdir build && cd build && cmake .. && make install && ldconfig \
     && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/Tencent/rapidjson.git \
     && cd rapidjson && mkdir build && cd build && cmake .. && make install && ldconfig \
-    && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/oktal/pistache.git\
-    && cd pistache && git submodule update --init && mkdir build && cd build && cmake .. && make install && ldconfig\
     && cd /opt/e2/RIC-E2-TERMINATION/3rdparty \
     && wget --content-disposition https://github.com/cgreen-devs/cgreen/releases/download/1.2.0/cgreen_1.2.0_amd64.deb \
     && dpkg -i cgreen_1.2.0_amd64.deb \
     && cd /opt/e2/ && git clone https://github.com/bilke/cmake-modules.git \
     && cd /opt/e2/ && /usr/local/bin/cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE . && make
 
+#    && cd /opt/e2/RIC-E2-TERMINATION/3rdparty && git clone https://github.com/oktal/pistache.git\
+#    && cd pistache && git submodule update --init && mkdir build && cd build && cmake .. && make install && ldconfig\
+
+
 RUN if [$BUILD_TYPE == "Debug"] ; then make e2_coverage ; fi
 
 #    && git clone http://gerrit.o-ran-sc.org/r/ric-plt/tracelibcpp \
index 527bfab..09918c2 100644 (file)
 
 #include <algorithm>
 
-#include <pistache/net.h>
-#include <pistache/http.h>
-#include <pistache/peer.h>
-#include <pistache/http_headers.h>
-#include <pistache/cookie.h>
-#include <pistache/endpoint.h>
-#include <pistache/common.h>
-#include <pistache/router.h>
-
-
-using namespace Pistache;
+//#include <pistache/net.h>
+//#include <pistache/http.h>
+//#include <pistache/peer.h>
+//#include <pistache/http_headers.h>
+//#include <pistache/cookie.h>
+//#include <pistache/endpoint.h>
+//#include <pistache/common.h>
+//#include <pistache/router.h>
+//
+//
+//using namespace Pistache;
 
 class e2test  {
 
-    Rest::Router router;
+//    Rest::Router router;
 
 };