Commit c9c9a777 authored by Joe Eli McIlvain's avatar Joe Eli McIlvain

Merge pull request #1773 from bluca/libsodium_stable

Problem: CI builds libsodium from dev branch
parents b9e4fa82 3641f705
......@@ -17,7 +17,7 @@ if [ $BUILD_TYPE == "default" ]; then
# Build required projects first
# libsodium
git clone --depth 1 git://github.com/jedisct1/libsodium.git
git clone --depth 1 -b stable git://github.com/jedisct1/libsodium.git
( cd libsodium; ./autogen.sh; ./configure --prefix=$BUILD_PREFIX; make check; make install)
# Build and check this project
......
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