summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 1ce42692..d9a52e99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,7 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow reproducible=+fixfilepath
# Unit tests aren't working on all platforms yet.
-ifeq ($(DEB_HOST_ARCH),amd64)
-ABSL_RUN_TESTS=ON
-else ifeq ($(DEB_HOST_ARCH),ppc64el)
+ifneq ($(filter $(DEB_HOST_ARCH),amd64 arm64 ppc64el),)
ABSL_RUN_TESTS=ON
else
ABSL_RUN_TESTS=OFF