From: Stéphane Glondu Date: Fri, 25 Aug 2023 09:07:57 +0000 (+0200) Subject: Ignore test failures on hurd X-Git-Tag: archive/raspbian/4.14.1-1+rpi1~1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=139c415470816fa4ec681de9db81f84eb846115a;p=ocaml.git Ignore test failures on hurd --- diff --git a/debian/rules b/debian/rules index f3974c74..afff1cc9 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,8 @@ endif ifeq (m68k,$(DEB_BUILD_ARCH)) CONFIGURE_OPTS += --enable-imprecise-c99-float-ops IGNORE_TESTS_FAILURE := || true +else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH))) +IGNORE_TESTS_FAILURE := || true else IGNORE_TESTS_FAILURE := endif