From 4765d353397ec51fdad93f70b508edcd57aa52a3 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Sat, 23 Feb 2013 02:28:11 -0500 Subject: [PATCH] Don't need to run make check on libsodium --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index ddadc217..b432afef 100644 --- a/tasks.py +++ b/tasks.py @@ -38,7 +38,6 @@ def install_nacl(library): os.chdir(os.path.expanduser("~/libsodium-0.2/")) run("./configure --disable-debug --disable-dependency-tracking") run("make") - run("make check") run("make install") finally: os.chdir(curdir) -- GitLab