X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Finstall_deps.sh;h=4a17c5db9825166d856aa6c6269837dbc7de895b;hb=0e3bc64f93a316e49bbdeb047e7592840207231d;hp=01c45b4796c8635be9f0fd179d73cc5b94f20fd5;hpb=86a578baf19b3213f211b772ad6f3a9c4f2dee4a;p=ric-plt%2Fa1.git diff --git a/integration_tests/install_deps.sh b/integration_tests/install_deps.sh index 01c45b4..4a17c5d 100755 --- a/integration_tests/install_deps.sh +++ b/integration_tests/install_deps.sh @@ -1,5 +1,5 @@ #!/bin/sh -git clone --branch 1.9.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ +git clone --branch 1.10.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \ && cd ../.. \