guix-commits
[Top][All Lists]
Advanced

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

343/436: gnu: rust-feature-probe-0.1: Skip tests.


From: guix-commits
Subject: 343/436: gnu: rust-feature-probe-0.1: Skip tests.
Date: Sun, 5 Nov 2023 05:29:41 -0500 (EST)

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

commit 3ab667e05628ff4c71a8bd1742eff38b633c3f11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 21:56:46 2023 +0200

    gnu: rust-feature-probe-0.1: Skip tests.
    
    * gnu/packages/crates-io.scm (rust-feature-probe-0.1)[arguments]: Skip
    the test suite.
    
    Change-Id: I7129e0b873d70cc4cad20164417dfcfb512a1719
---
 gnu/packages/crates-io.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3b6eb086c8..2fae706033 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25971,6 +25971,8 @@ descriptors limit.")
         (base32 "1nhif9zpr2f17gagf0qb0v914wc3jr9sfjzvnpi7b7pcs73ksnl3"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/tov/feature-probe-rs";)
+    (arguments
+     `(#:tests? #f))        ; Tests don't compile
     (synopsis "Probe for rustc features from build.rs")
     (description "To support multiple versions of Rust, it's often necessary
 to conditionally compile parts of our libraries or programs.  It's possible to



reply via email to

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