Commit edc530ac authored by Raphael Defosseux's avatar Raphael Defosseux

CI: last tag that is compiling on folly

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent ec7a30c7
......@@ -94,6 +94,7 @@ install_fb_folly_from_source(){
git clone https://github.com/facebook/folly.git
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
cd folly
git checkout -f v2019.11.11.00
mkdir _build && cd _build
cmake ..
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment