Re: branch master updated: gnu: ode: Disable tests.

2020-01-28 Thread Nicolas Goaziou
Hello, Ludovic Courtès writes: > This should rather be: > > (string-prefix? "x86_64-" (or (%current-target-system) (%current-system))) > > because ‘%current-target-system’ is a triplet (like “arm-linux-gnueabihf”) > whereas ‘%current-system’ is a “system type” (like “x86_64-linux”). Understoo

Re: branch master updated: gnu: ode: Disable tests.

2020-01-28 Thread Ludovic Courtès
Hi, Nicolas Goaziou skribis: > Ludovic Courtès writes: > >> What about disabling tests only on those platforms > > I didn't realize that was possible. Hopefully, commit > 5b7fdc8289ce0adf85e881bc23d3537121b41193 fixes this. It does, thanks! One minor issue: + ;; Tests fail on all system

Re: branch master updated: gnu: ode: Disable tests.

2020-01-25 Thread Nicolas Goaziou
Hello, Ludovic Courtès writes: > What about disabling tests only on those platforms I didn't realize that was possible. Hopefully, commit 5b7fdc8289ce0adf85e881bc23d3537121b41193 fixes this. > reporting a bug upstream about the failures on the other platforms? Done here: https://bitbucke

Re: branch master updated: gnu: ode: Disable tests.

2020-01-25 Thread Ludovic Courtès
Hi Nicolas, guix-comm...@gnu.org skribis: > commit 049bdae52795f01030cb99d6fb271dc4b4ce9a7d > Author: Nicolas Goaziou > 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 >