From a9940c9c7fd5ec3377d120d373e0deadce01e05f Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 16 Apr 2021 11:51:34 -0400 Subject: Reenable unit tests on arm64 --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/rules') 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 -- cgit v1.2.3