diff --git a/ci_build.sh b/ci_build.sh index d69a5fa7..848be338 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -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