diff options
author | 2022-04-14 13:19:44 -0400 | |
---|---|---|
committer | 2022-04-14 13:19:44 -0400 | |
commit | 9f5b49644e1cc67a6e315fa7805bfe0c688def11 (patch) | |
tree | 95f9dd167c9aa4b05bd8515c12730b81aa630aca /debian/rules | |
parent | 33ef755be756c9699829f33e8ad2eb7072f810d0 (diff) |
Reenable unit tests on hppa
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
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 |