guix-patches
[Top][All Lists]
Advanced

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

[bug#64149] [PATCH v3 6/6] (patman)[phases]: Remove 'sanity-check.


From: vagrant
Subject: [bug#64149] [PATCH v3 6/6] (patman)[phases]: Remove 'sanity-check.
Date: Wed, 12 Jul 2023 07:52:06 -0700

From: Vagrant Cascadian <vagrant@debian.org>

---
 gnu/packages/bootloaders.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index f9abef49d6..3c1402ae58 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -875,6 +875,9 @@ (define-public patman
       #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
+          ;; Patman fails to run during 'sanity-check phase, as it needs to be
+          ;; run within a git directory.
+          (delete 'sanity-check)
           (add-after 'unpack 'chdir
             (lambda _
               (chdir "tools/patman"))))))
-- 
2.39.2






reply via email to

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