From b0047368303b648bf0abccdf14d603dbf7564443 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 22 Mar 2020 02:07:56 +0000 Subject: Install libsodium from apt instead of from source. --- .travis/cmake-linux | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.travis') diff --git a/.travis/cmake-linux b/.travis/cmake-linux index c0d175f8..0deeaacc 100755 --- a/.travis/cmake-linux +++ b/.travis/cmake-linux @@ -42,16 +42,6 @@ travis_install() { make -C "$CACHEDIR/astyle/build/gcc" clean make -C "$CACHEDIR/astyle/build/gcc" "-j$NPROC" } - - # Install libsodium (not in ubuntu-precise). - [ -f "$CACHEDIR/lib/libsodium.a" ] || { - git clone --depth=1 --branch=stable https://github.com/jedisct1/libsodium ../libsodium - cd ../libsodium # pushd - ./autogen.sh - ./configure --prefix="$CACHEDIR" - make install "-j$NPROC" - cd - # popd - } } run_static_analysis() { -- cgit v1.2.3