summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2021-06-13 12:21:05 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2021-06-13 12:21:05 -0400
commita30ed81b4bf8df18c2b7d153c7a87563b68bb281 (patch)
treeb024d44d8f9bf27f4d7ffbca518a462801c86db2 /debian/rules
parent63ca54e33cab7e8c27c16394bcfe1a218b5aba07 (diff)
Reenable unit tests on mips64el
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d9a52e99..fa8c20e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +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.
-ifneq ($(filter $(DEB_HOST_ARCH),amd64 arm64 ppc64el),)
+ifneq ($(filter $(DEB_HOST_ARCH),amd64 arm64 mips64el ppc64el),)
ABSL_RUN_TESTS=ON
else
ABSL_RUN_TESTS=OFF