Commit 84f13158 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-xml-conduit: don't run tests on s390x, they hangs

parent 4718bb4c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-xml-conduit (1.8.0.1-2) unstable; urgency=medium

  * Disable tests on s390x, they hangs

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 13:21:18 +0200

haskell-xml-conduit (1.8.0.1-1) unstable; urgency=medium

  * New upstream version.
+5 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?))
ifeq (s390x,$(DEB_HOST_ARCH))
	DEB_ENABLE_TESTS = no
else
	DEB_ENABLE_TESTS = yes
endif
else
DEB_ENABLE_TESTS = no
endif