This is an automated email from the git hooks/post-receive script. janneke pushed a commit to branch wip-hurd in repository guix.
The following commit(s) were added to refs/heads/wip-hurd by this push: new 7eb2d93a15 squash! gnu: mpfr: Skip failing test for the Hurd. 7eb2d93a15 is described below commit 7eb2d93a15fa9907bb749d0411ee3555b1ba3bc2 Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Wed Jun 7 13:50:57 2023 +0200 squash! gnu: mpfr: Skip failing test for the Hurd. --- gnu/packages/multiprecision.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index f7fbcbd64f..6e2006db4f 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -137,7 +137,7 @@ It is aimed at use in, for example, cryptography and computational algebra.") "tests/tsprintf.c" (("(^| )main *\\(.*" all) (string-append all "{\n exit (77);//")))))) - #~()))) + #~%standard-phases))) (build-system gnu-build-system) (outputs '("out" "debug")) (propagated-inputs (list gmp)) ; <mpfr.h> refers to <gmp.h>