diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-28 21:42:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-28 21:42:10 +0300 |
commit | 20fb55364e6e8684c08110af547de141bd363c67 (patch) | |
tree | ecf7dd2ac97bae71aeb7afd4b7501378e5d5fbe9 | |
parent | dedbaa3a69e8e4da419d62ce0022c1af02bbef5a (diff) | |
download | guix-20fb55364e6e8684c08110af547de141bd363c67.tar.gz |
gnu: libunwind-julia: Skip tests.
* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
-rw-r--r-- | gnu/packages/julia.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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) |