diff --git a/debian/rules b/debian/rules index 6833b6a24..65ed20390 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,11 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) # Skip tests on the archs they are known to be flaky with current configuration testskip_architectures := arm64 powerpc ppc64el s390x +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) + +# Skip tests on the archs they are known to be flaky with current configuration +testskip_architectures := arm64 armhf + %: dh $@ --parallel --fail-missing --with python3