From: anhnghcl Date: Wed, 20 Jul 2022 11:02:30 +0000 (+0000) Subject: Install Ninja-build X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5225076fb38b92e1ce61ffc86cbfa155c5583f01;p=ci-management.git Install Ninja-build Signed-off-by: anhnghcl Change-Id: Id14cdeb9ce5bbc3e9f467471b1d24ba07549a7f9 --- diff --git a/jjb/shell/install-git-pistache.sh b/jjb/shell/install-git-pistache.sh index 9ce0261e..07c7746c 100755 --- a/jjb/shell/install-git-pistache.sh +++ b/jjb/shell/install-git-pistache.sh @@ -27,7 +27,7 @@ echo "---> install Pistache dependencies..." export PATH=$PATH:~/.local/bin export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -sudo apt-get update && sudo apt-get -y install rapidjson-dev libssl-dev +sudo apt-get update && sudo apt-get -y install rapidjson-dev libssl-dev ninja-build python3 -m pip install meson