[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/38: gnu: sequoia-sq: Don't run the tests in release mode.
From: |
guix-commits |
Subject: |
20/38: gnu: sequoia-sq: Don't run the tests in release mode. |
Date: |
Thu, 19 Dec 2024 06:02:39 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 13e43d76b463903ea517ea1e247fc5ae6ca361d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 19 11:19:43 2024 +0200
gnu: sequoia-sq: Don't run the tests in release mode.
* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Remove '--release'
from the cargo-test-flags.
Change-Id: Id19ea5bc02064e1c2e640409b5730a996924fc4d
---
gnu/packages/sequoia.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index faa848a7b0..8c9f3a640b 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -904,7 +904,7 @@ rules are rather complex. This crate implements the whole
grammar." )
(arguments
`(#:install-source? #f
#:cargo-test-flags
- (list "--release" "--"
+ (list "--"
;; The certificate has an expiration date.
"--skip=sq_autocrypt_import")
#:cargo-inputs
- branch rust-team updated (e59be526ae -> 63a73cf720), guix-commits, 2024/12/19
- 03/38: build/cargo.scm: Remove '--release' from default cargo-test-flags., guix-commits, 2024/12/19
- 04/38: gnu: rust-zerocopy-0.8: Remove cargo-test-flags., guix-commits, 2024/12/19
- 07/38: gnu: nsncd: Don't run the tests in release mode., guix-commits, 2024/12/19
- 15/38: gnu: tree-sitter-cli: Don't run the tests in release mode., guix-commits, 2024/12/19
- 20/38: gnu: sequoia-sq: Don't run the tests in release mode.,
guix-commits <=
- 06/38: gnu: du-dust: Remove cargo-test-flags., guix-commits, 2024/12/19
- 18/38: gnu: rust-sequoia-openpgp-1: Don't run the tests in release mode., guix-commits, 2024/12/19
- 16/38: gnu: rust-nu-protocol-0.91: Don't run the tests in release mode., guix-commits, 2024/12/19
- 17/38: gnu: nushell: Don't run the tests in release mode., guix-commits, 2024/12/19
- 21/38: gnu: cargo-machete: Don't run the tests in release mode., guix-commits, 2024/12/19
- 01/38: gnu: x265: Only build with nasm on x86_64-linux., guix-commits, 2024/12/19
- 37/38: gnu: rust-matrixmultiply-0.3: Update to 0.3.9., guix-commits, 2024/12/19
- 02/38: gnu: x265: Link together all library variants., guix-commits, 2024/12/19
- 09/38: gnu: Add rust-demo-hack-impl-0.0.4., guix-commits, 2024/12/19
- 10/38: gnu: Add rust-demo-hack-0.0.4., guix-commits, 2024/12/19