From 3cebbda5b12f9e1028b008c27f8cd5570e8e87ba Mon Sep 17 00:00:00 2001 From: fanquake Date: Sun, 21 Jun 2020 09:08:52 +0800 Subject: [PATCH] contrib: disable building secp256k1 exhaustive tests --- contrib/make_libsecp256k1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/make_libsecp256k1.sh b/contrib/make_libsecp256k1.sh index a6e67add1..ae498b408 100755 --- a/contrib/make_libsecp256k1.sh +++ b/contrib/make_libsecp256k1.sh @@ -51,6 +51,7 @@ info "Building $pkgname..." --enable-module-ecdh \ --disable-benchmark \ --disable-tests \ + --disable-exhaustive-tests \ --disable-static \ --enable-shared || fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again." fi