From: Stephane Glondu Date: Wed, 24 Jul 2019 07:03:42 +0000 (+0200) Subject: Properly disable almabench test on slow architectures X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~2^2~17^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b20ded0eebe31c77cee4d1a7f25fda81fbd197c2;p=ocaml.git Properly disable almabench test on slow architectures --- diff --git a/debian/rules b/debian/rules index 634eeac2..7c69f5b8 100755 --- a/debian/rules +++ b/debian/rules @@ -258,6 +258,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) rm -rf testsuite/tests/tool-debugger/find-artifacts/ rm -rf testsuite/tests/tool-debugger/no_debug_event/ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) + sed -i /almabench.ml/d testsuite/tests/misc-unsafe/ocamltests rm -f testsuite/tests/misc-unsafe/almabench.ml endif ifeq (,$(DEB_TEST_BUILD_PREFIX))