guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: hex: Fix the build.


From: guix-commits
Subject: 02/03: gnu: hex: Fix the build.
Date: Fri, 20 Dec 2024 01:33:46 -0500 (EST)

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

commit 0da918d843bf19207a7e146bfd4d9b670d6ade13
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Dec 20 08:20:49 2024 +0200

    gnu: hex: Fix the build.
    
    * gnu/packages/rust-apps.scm (hex)[arguments]: Add cargo-test-flags.
    
    Change-Id: I2d65796d7e59be075c85f34c397eb9b850ec4690
---
 gnu/packages/rust-apps.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index e677418968..0a7ad68bf3 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3125,6 +3125,14 @@ revert and check changes.
     (build-system cargo-build-system)
     (arguments
      `(#:install-source? #f
+       #:cargo-test-flags '("--"
+                            ;; Not all files included.
+                            "--skip=tests::test_cli_arg_order_1"
+                            "--skip=tests::test_cli_arg_order_2"
+                            "--skip=tests::test_cli_input_directory"
+                            "--skip=tests::test_cli_input_missing_file"
+                            "--skip=tests::test_cli_input_stdin"
+                            "--skip=tests::test_cli_missing_param_value")
        #:cargo-inputs
        (("rust-ansi-term" ,rust-ansi-term-0.12)
         ("rust-clap" ,rust-clap-4)



reply via email to

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