guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 81e723ae0af1c5548b69a955b669831a702bb5f2
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jan 1 15:35:32 2026 +0200
gnu: sequoia-chameleon-gnupg: Fix the build.
* gnu/packages/sequoia.scm (sequoia-chameleon-gnupg)[arguments]: Add
more tests to the cargo-test-flags.
Change-Id: Id8c5f6e4bd40ad18fb3d2dffa7d46f4555011abd
---
gnu/packages/sequoia.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 7beace2f90..ac211e30d1 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020, 2021 Hartmut Goebel <[email protected]>
-;;; Copyright © 2021, 2023-2025 Efraim Flashner <[email protected]>
+;;; Copyright © 2021, 2023-2026 Efraim Flashner <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -65,7 +65,16 @@
"--skip=gpg::quick::add_key_default_default_iso_date"
"--skip=gpg::quick::generate_key_default_default_iso_date"
"--skip=gpg::sign"
- "--skip=gpg::verify")
+ "--skip=gpg::verify"
+ ;; These tests fail a certain amount of time after the release.
+ "--skip=gpg::decrypt::general_purpose_cv25519"
+ "--skip=gpg::decrypt::general_purpose_p256"
+ "--skip=gpg::decrypt::general_purpose_p384"
+ "--skip=gpg::decrypt::general_purpose_p521"
+ "--skip=gpg::decrypt::general_purpose_rsa2k"
+ "--skip=gpg::decrypt::general_purpose_rsa3k"
+ "--skip=gpg::decrypt::general_purpose_rsa4k"
+ "--skip=gpg::decrypt::restricted_agent")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-asset-out-dir