Replacing a1-python with a1-go implementation
[ric-plt/a1.git] / integration_tests / install_rmr.sh
diff --git a/integration_tests/install_rmr.sh b/integration_tests/install_rmr.sh
deleted file mode 100755 (executable)
index 2e58f37..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-git clone --branch 4.0.5 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
-    && cd rmr \
-    && mkdir .build; cd .build \
-    && echo "<<<installing rmr devel headers>>>" \
-    && cmake .. -DDEV_PKG=1; make install \
-    && echo "<<< installing rmr .so>>>" \
-    && cmake .. -DPACK_EXTERNALS=1; sudo make install \
-    && echo "cleanup" \
-    && cd ../.. \
-    && rm -rf rmr