aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/std-hash.diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Abseil hash tests on s390xBenjamin Barenblat2022-02-011-46/+0
| | | | | Backport some patches from upstream to make tests pass on big-endian machines.
* Work around broken std::hash implementation on s390xBenjamin Barenblat2021-01-311-0/+46
Disable unit tests that require a working std::hash on s390x, since s390x’s std::hash hashes large classes of data equivalently (see https://bugs.debian.org/977638).