guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bitcoin-unlimited: Fix build.


From: guix-commits
Subject: branch master updated: gnu: bitcoin-unlimited: Fix build.
Date: Wed, 23 Jun 2021 07:43:15 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 976a49b  gnu: bitcoin-unlimited: Fix build.
976a49b is described below

commit 976a49bacc30ee4c77ee7e5da4ba8b4e6f32e70d
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jun 23 13:38:51 2021 +0200

    gnu: bitcoin-unlimited: Fix build.
    
    * gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test.
---
 gnu/packages/finance.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d4c571d..b3a8e2b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1457,7 +1457,14 @@ following three utilities are included with the library:
              (substitute* "src/Makefile.test.include"
                (("test/utilprocess_tests.cpp")
                 ""))
-             #t))
+
+             ;; Some transaction validation rules have changed (see upstream
+             ;; commit f208400825d4641b9310a1fba023d56e0862e3b0), which makes
+             ;; a test fail. Disable it for now.
+             ;; TODO: Remove this when the next version is released.
+             (substitute* "src/Makefile.test.include"
+               (("test/txvalidationcache_tests.cpp")
+                ""))))
          (add-before 'check 'set-home
            (lambda _
              (setenv "HOME" (getenv "TMPDIR")) ; tests write to $HOME



reply via email to

[Prev in Thread] Current Thread [Next in Thread]