diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-01-31 15:25:57 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-01-31 15:25:57 -0500 |
commit | 844007f73d59ddcf90e7be66dfffea30b8698de5 (patch) | |
tree | d3906b22bb29ec3fecae9b9eef3c30ff37d100e4 /debian/control | |
parent | 1f93c7bc4f508dbc9d3eb2848b8d2b4cd572eb38 (diff) | |
download | abseil-844007f73d59ddcf90e7be66dfffea30b8698de5.tar.gz abseil-844007f73d59ddcf90e7be66dfffea30b8698de5.tar.bz2 abseil-844007f73d59ddcf90e7be66dfffea30b8698de5.zip |
Re-disable unit tests on non-amd64
I’m still working to fix unit tests on non-amd64 platforms, but this
package needs to migrate. Disable unit tests everywhere they don’t
work.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2bf190c5..3cfd969c 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: cmake (>= 3.5), debhelper-compat (= 12), - googletest (>= 1.10.0.20200926), + googletest (>= 1.10.0.20200926) [amd64], Rules-Requires-Root: no Standards-Version: 4.5.0 Section: libs |