aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/disable-double-double-tests.diff
Commit message (Collapse)AuthorAgeFilesLines
* Begin updating packaging for Abseil 20210324Benjamin Barenblat2021-04-081-489/+0
| | | | | | Bump package versions and names to reflect the new Abseil LTS. Remove patches that have been incorporated upstream, and refresh other patches.
* Disable double-double unit testsBenjamin Barenblat2021-03-051-0/+489
Compiler bugs make unit tests flaky on double-double platforms. Apply a patch from upstream to disable the relevant tests on those platforms.