summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-08 18:52:29 +0100
committerIsmael Luceno2021-01-08 21:20:35 +0100
commit14e2d9861db30d3272e9a53f6417247bde41ac42 (patch)
tree83ab98da0fd55cd342d81d6de0b56f1fa8a1867b /net
parentc0c4cb7811483a9b5e06338d7a182efaac1959d9 (diff)
bitcoin: disable tests
Diffstat (limited to 'net')
-rwxr-xr-xnet/bitcoin/BUILD3
-rw-r--r--net/bitcoin/HISTORY1
2 files changed, 4 insertions, 0 deletions
diff --git a/net/bitcoin/BUILD b/net/bitcoin/BUILD
index 56290034f3..5de6e482fb 100755
--- a/net/bitcoin/BUILD
+++ b/net/bitcoin/BUILD
@@ -1,3 +1,6 @@
+# Disable tests for faster build
+OPTS+=' --disable-tests --disable-gui-tests --disable-bench' &&
+
db48="$INSTALL_ROOT/opt/db48" &&
CPPFLAGS="$CPPFLAGS -I$db48/include" &&
LDFLAGS="$LDFLAGS -L$db48/lib" &&
diff --git a/net/bitcoin/HISTORY b/net/bitcoin/HISTORY
index ca80c9052d..ba28777cb1 100644
--- a/net/bitcoin/HISTORY
+++ b/net/bitcoin/HISTORY
@@ -1,5 +1,6 @@
2021-01-08 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS: removed qt4 support
+ * BUILD: Disabled tests
2019-01-21 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.17.1