summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index ef27843d..536ca72a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow reproducible=+fixfilepath
# Unit tests require more than 2 GB of RAM, so disable them on mipsel.
#
-# Unit tests are not yet passing on hppa or ppc64, so disable them there as
-# well.
-ifneq ($(filter $(DEB_HOST_ARCH),hppa mipsel ppc64),)
+# Unit tests are not yet passing on ppc64, so disable them there as well.
+ifneq ($(filter $(DEB_HOST_ARCH),mipsel ppc64),)
ABSL_RUN_TESTS=OFF
else
ABSL_RUN_TESTS=ON