guix-commits
[Top][All Lists]
Advanced

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

26/61: gnu: rust: Skip another test on riscv64-linux.


From: guix-commits
Subject: 26/61: gnu: rust: Skip another test on riscv64-linux.
Date: Thu, 28 Mar 2024 12:01:01 -0400 (EDT)

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

commit 158f7b2e61a25e83387d40e0d00164d68643db4d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 28 08:39:55 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: I2ec02d2fc441b890a576972e321a576cd13a1c8e
---
 gnu/packages/rust.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index fe0b3ccea5..5319f1a33d 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1111,7 +1111,10 @@ safety and thread safety guarantees.")
                            (substitute* "cache_lock.rs"
                              ,@(make-ignore-test-list
                                  '("fn multiple_download"
-                                   "fn download_then_mutate")))))))
+                                   "fn download_then_mutate")))
+                           (substitute* "global_cache_tracker.rs"
+                             ,@(make-ignore-test-list
+                                 '("fn package_cache_lock_during_build")))))))
                    `())
              (add-after 'unpack 'disable-tests-broken-on-aarch64
                (lambda _



reply via email to

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