guix-commits
[Top][All Lists]
Advanced

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

49/84: gnu: rust-hyper-sync-rustls-0.3: Don't skip build.


From: guix-commits
Subject: 49/84: gnu: rust-hyper-sync-rustls-0.3: Don't skip build.
Date: Mon, 8 Jan 2024 12:54:07 -0500 (EST)

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

commit 5515080728f09f8e2eccf2aaaba99e6f95f75fbd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 8 09:17:08 2024 +0200

    gnu: rust-hyper-sync-rustls-0.3: Don't skip build.
    
    * gnu/packages/crates-web.scm (rust-hyper-sync-rustls-0.3)[arguments]:
    Don't skip the build.  Add cargo-test-flags.
    [cargo-development-inputs]: Add rust-env-logger-0.5.
    
    Change-Id: I04737cf24abae67e65cb4fc4e091386816fb646b
---
 gnu/packages/crates-web.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 408b04abf9..ed94c526e8 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2154,12 +2154,17 @@ built on the Actix ecosystem.")
         (base32 "16zirxhsk26kz5jxxxs37wxsm02id97h57kkqs512fj1j0x486kd"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:cargo-test-flags
+       '("--release" "--"
+         ;; not all files included
+         "--skip=client"
+         "--skip=server")
        #:cargo-inputs
        (("rust-hyper" ,rust-hyper-0.10)
         ("rust-rustls" ,rust-rustls-0.14)
         ("rust-webpki" ,rust-webpki-0.18)
-        ("rust-webpki-roots" ,rust-webpki-roots-0.15))))
+        ("rust-webpki-roots" ,rust-webpki-roots-0.15))
+       #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5))))
     (home-page "https://github.com/SergioBenitez/hyper-sync-rustls";)
     (synopsis "Glue code for Rustls and synchronous Hyper")
     (description



reply via email to

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