Skip to content
Snippets Groups Projects
Commit 69e8c624 authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

fix: checkout the libyang version in install requirements script

parent 95a93fec
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!233Resolve "Install Requirements script needs to be updated for libyang installation"
...@@ -32,8 +32,10 @@ sudo apt-get --yes --quiet --quiet update ...@@ -32,8 +32,10 @@ sudo apt-get --yes --quiet --quiet update
sudo apt-get --yes --quiet --quiet install build-essential cmake libpcre2-dev python3-dev python3-cffi sudo apt-get --yes --quiet --quiet install build-essential cmake libpcre2-dev python3-dev python3-cffi
mkdir libyang mkdir libyang
git clone https://github.com/CESNET/libyang.git libyang git clone https://github.com/CESNET/libyang.git libyang
cd libyang
git fetch git fetch
git checkout v2.1.148 git checkout v2.1.148
cd ..
mkdir libyang/build mkdir libyang/build
cd libyang/build cd libyang/build
echo "*" > .gitignore echo "*" > .gitignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment