mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: bitcoin-unlimited: Fix build.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test.
This commit is contained in:
parent
cde7068e8c
commit
976a49bacc
1 changed files with 8 additions and 1 deletions
|
@ -1457,7 +1457,14 @@ (define-public bitcoin-unlimited
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue