guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rizin: Fix build.


From: guix-commits
Subject: branch master updated: gnu: rizin: Fix build.
Date: Sat, 06 May 2023 06:50:54 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7368020bef gnu: rizin: Fix build.
7368020bef is described below

commit 7368020bef3bf5a44100c59a973412f9e254e7c6
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat May 6 18:49:13 2023 +0800

    gnu: rizin: Fix build.
    
    * gnu/packages/engineering.scm (rizin)[arguments]: Skip failing tests.
---
 gnu/packages/engineering.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index d50c167cce..a8261dfbc1 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4164,9 +4164,11 @@ form, numpad.
               ;; <https://github.com/rizinorg/rizin/issues/2905>.
               (substitute* "test/meson.build"
                 (("subdir\\('integration'\\)") ""))
-              ;;; Skip analysis_var test, which is failing.
+              ;;; Skip failing tests.
               (substitute* "test/unit/meson.build"
-                (("'analysis_var',\n") "")))))))
+                (("'analysis_var',\n") "")
+                (("'bin_mach0',\n") "")
+                (("'hash',\n") "")))))))
     (native-inputs (list pkg-config))
     (inputs
      (list capstone file libuv libzip lz4 openssl tree-sitter xxhash zlib 
libmspack))



reply via email to

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