guix-commits
[Top][All Lists]
Advanced

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

247/330: gnu: rust: Skip another test on riscv64-linux.


From: guix-commits
Subject: 247/330: gnu: rust: Skip another test on riscv64-linux.
Date: Mon, 18 Mar 2024 07:16:28 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 6646605139deb281d52446a6ec1e0a9982ad2872
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 11:17:09 2024 +0200

    gnu: rust: Skip another test on riscv64-linux.
    
    * gnu/packages/rust.scm (rust)[arguments]: When building for
    riscv64-linux skip another test.
    
    Change-Id: I29654d0c2f7a62a8a0e5beeea3bc899510cedc71
---
 gnu/packages/rust.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 63c6fc2d93..e4cc14d26d 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1085,7 +1085,8 @@ safety and thread safety guarantees.")
                                  '("fn uplift_dwp_of_bin_on_linux")))
                            (substitute* "cache_lock.rs"
                              ,@(make-ignore-test-list
-                                 '("fn multiple_download")))))))
+                                 '("fn multiple_download"
+                                   "fn download_then_mutate")))))))
                    `())
              (add-after 'unpack 'disable-tests-broken-on-aarch64
                (lambda _



reply via email to

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