Control: tags -1 patch
On Fri, Jun 05, 2020 at 08:06:59AM +0300, Adrian Bunk wrote:
>...
> armel has no FPU and no native atomics instructions in the baseline.
> Please disable this (passing) test on armel.
Patch to implement this:
--- debian/rules.old 2020-06-06 05:13:52.735274009 +0000
+++ debian/rules 2020-06-06 05:15:10.362582776 +0000
@@ -38,6 +38,11 @@
# skip tests possibly broken
TEST_EXCLUDE += $(if $(DEB_SUITE_EXP),,cnv4-jit hash-slow-4)
+# test takes >= 5 hours on armel
+ifneq (,$(filter $(DEB_HOST_ARCH), armel))
+TEST_EXCLUDE += hash-variant2-int-sqrt
+endif
+
override_dh_auto_configure:
dh_auto_configure -- -DARCH=default -DNO_AES=ON -DBUILD_TESTS=ON
-DPYTHON_EXECUTABLE=/usr/bin/python3