all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: guix-devel@gnu.org
Subject: Re: branch master updated: gnu: ode: Disable tests.
Date: Sat, 25 Jan 2020 15:18:14 +0100	[thread overview]
Message-ID: <87blqrbowp.fsf@gnu.org> (raw)
In-Reply-To: <20200124214907.26770.54455@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Fri, 24 Jan 2020 16:49:08 -0500")

Hi Nicolas,

guix-commits@gnu.org skribis:

> commit 049bdae52795f01030cb99d6fb271dc4b4ce9a7d
> Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> AuthorDate: Fri Jan 24 22:47:22 2020 +0100
>
>     gnu: ode: Disable tests.
>     
>     * gnu/packages/game-development.scm (ode): Tests are failing or other systems
>     than x86_64, so we disable them.
> ---
>  gnu/packages/game-development.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
> index ee8dea2..72637a7 100644
> --- a/gnu/packages/game-development.scm
> +++ b/gnu/packages/game-development.scm
> @@ -1998,7 +1998,8 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.")
>             #t))))
>      (build-system cmake-build-system)
>      (arguments
> -     `(#:configure-flags '("-DODE_WITH_LIBCCD_SYSTEM=ON")
> +     `(#:tests? #f                      ;tests fail on all systems but x86_64
> +       #:configure-flags '("-DODE_WITH_LIBCCD_SYSTEM=ON")
>         #:phases

What about disabling tests only on those platforms and (ideally)
reporting a bug upstream about the failures on the other platforms?

Thanks,
Ludo’.

       reply	other threads:[~2020-01-25 14:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200124214907.26770.54455@vcs0.savannah.gnu.org>
2020-01-25 14:18 ` Ludovic Courtès [this message]
2020-01-25 18:46   ` branch master updated: gnu: ode: Disable tests Nicolas Goaziou
2020-01-28 10:23     ` Ludovic Courtès
2020-01-28 19:27       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87blqrbowp.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.