X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=integration_tests%2Finstall_deps.sh;h=4a17c5db9825166d856aa6c6269837dbc7de895b;hb=refs%2Fchanges%2F21%2F2021%2F1;hp=01c45b4796c8635be9f0fd179d73cc5b94f20fd5;hpb=aa4ffa78f3e6a9430cc9ae9933165e58105c9d65;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 ../.. \