X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Finstall-git-RESTful.sh;h=a91fb0bb24605760047ed513cbf3174a6eff0426;hb=dda3ea4b9ad8ae631ca41c090444971cf8544591;hp=3e75c9559085400a8acc9f4f51681083706a7870;hpb=8f1d09faf32933259dc1c0760cab7edc8b9aaaeb;p=ci-management.git diff --git a/jjb/shell/install-git-RESTful.sh b/jjb/shell/install-git-RESTful.sh index 3e75c955..a91fb0bb 100755 --- a/jjb/shell/install-git-RESTful.sh +++ b/jjb/shell/install-git-RESTful.sh @@ -66,6 +66,7 @@ cd ../../ sudo git clone https://github.com/pistacheio/pistache.git cd pistache && \ + sudo git checkout 363629b8804177a1e743cecfb880eed552922729 && \ sudo meson setup build \ --buildtype=release \ -DPISTACHE_USE_SSL=true \ @@ -86,7 +87,7 @@ cd ../../ sudo git clone https://github.com/nlohmann/json.git && cd json && sudo cmake . && sudo make install cd ../ #install json-schema-validator -sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install +sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator && sudo git checkout cae6fad80001510077a7f40e68477a31ec443add &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install cd ../