guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: libunwind-julia: Skip tests.


From: guix-commits
Subject: branch staging updated: gnu: libunwind-julia: Skip tests.
Date: Sun, 28 Aug 2022 14:50:33 -0400

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

efraim pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 20fb55364e gnu: libunwind-julia: Skip tests.
20fb55364e is described below

commit 20fb55364e6e8684c08110af547de141bd363c67
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 28 21:42:10 2022 +0300

    gnu: libunwind-julia: Skip tests.
    
    * gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
---
 gnu/packages/julia.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 29c981189c..9f3ef031c3 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -82,6 +82,10 @@
                           
"1jk3bmiw61ypcchqkk1fyg5wh8wpggk574wxyfyaic870zh3lhgq")
              (julia-patch "libunwind-cfa-rsp"
                           
"1aswjhvysahhldbzh1afbf0hsjxrvs6xidsz2i7s1cjkjbdiia1z"))))))
+    (arguments
+     (substitute-keyword-arguments (package-arguments libunwind)
+       ;; Skip tests on this older and patched version of libunwind.
+       ((#:tests? _ #t) #f)))
     (home-page "https://github.com/JuliaLang/tree/master/deps/";)))
 
 (define (julia-patch-url version name)



reply via email to

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