Commit ec197fe8 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-shake: disable tests for now, they need upstream rework for...

haskell-shake: disable tests for now, they need upstream rework for compatibility with newer ghc 8.6.5
parent 71cc856f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-shake (0.16.4+dfsg-4) unstable; urgency=medium

  * Disable tests for now, looks like the testsuite is not compatible with ghc
    8.6.5

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 12:59:19 +0200

haskell-shake (0.16.4+dfsg-3) unstable; urgency=medium

  * Disable testsuite on armhf, fails on Ubuntu builders, probably
+0 −9
Original line number Diff line number Diff line
@@ -2,16 +2,7 @@

DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/shake

ifeq (yes,$(shell test -e /usr/bin/ghci && echo yes))
# https://github.com/haskell/cabal/issues/2398
ifeq (yes,$(shell ghc --info | grep -q 'Support SMP.*YES' && echo yes))
DEB_ENABLE_TESTS := yes
endif
endif

ifneq (,$(filter $(DEB_BUILD_ARCH),armhf))
DEB_ENABLE_TESTS := no
endif

# unicode problems in the testsuite
check-ghc-stamp: export LC_ALL := C.UTF-8