mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gd: Also skip a failing test on i586-gnu.
Followup to c289311336.
* gnu/packages/gd.scm (gd)[arguments]: XFAIL the test on all IA-32 platforms.
Change-Id: If4d651ba5311b3deaae5d16ec2f43f550d43a957
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
d1dc0c73aa
commit
8b19b95599
@@ -26,6 +26,7 @@
|
|||||||
(define-module (gnu packages gd)
|
(define-module (gnu packages gd)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
#:use-module (guix utils)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix build-system perl)
|
#:use-module (guix build-system perl)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
@@ -66,8 +67,7 @@
|
|||||||
;; XXX: This test fails on i686-linux.
|
;; XXX: This test fails on i686-linux.
|
||||||
;; See <https://issues.guix.gnu.org/71996>.
|
;; See <https://issues.guix.gnu.org/71996>.
|
||||||
#$@(if (and (not (%current-target-system))
|
#$@(if (and (not (%current-target-system))
|
||||||
(string-prefix? "i686"
|
(target-x86-32?))
|
||||||
(%current-system)))
|
|
||||||
#~("XFAIL_TESTS=gdimagegrayscale/basic")
|
#~("XFAIL_TESTS=gdimagegrayscale/basic")
|
||||||
#~()))
|
#~()))
|
||||||
#:configure-flags #~(list "--disable-static")
|
#:configure-flags #~(list "--disable-static")
|
||||||
|
|||||||
Reference in New Issue
Block a user