mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Merge pull request #1773 from bluca/libsodium_stable
Problem: CI builds libsodium from dev branch
This commit is contained in:
commit
c9c9a777d6
@ -17,7 +17,7 @@ if [ $BUILD_TYPE == "default" ]; then
|
|||||||
# Build required projects first
|
# Build required projects first
|
||||||
|
|
||||||
# libsodium
|
# 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)
|
( cd libsodium; ./autogen.sh; ./configure --prefix=$BUILD_PREFIX; make check; make install)
|
||||||
|
|
||||||
# Build and check this project
|
# Build and check this project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user