diff options
author | Benjamin Barenblat <bbaren@google.com> | 2023-06-26 13:09:57 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2023-08-02 12:52:59 -0400 |
commit | 17046ae7503e82dd8484584619413eab688fa717 (patch) | |
tree | 3baf6b63a80153e58d9c0645df640f66ce8f0157 /debian/changelog | |
parent | eb6db73f663df4eef48517a4dae62240c90783ff (diff) | |
download | abseil-17046ae7503e82dd8484584619413eab688fa717.tar.gz abseil-17046ae7503e82dd8484584619413eab688fa717.tar.bz2 abseil-17046ae7503e82dd8484584619413eab688fa717.zip |
Split hash tests to make life easier for mipsel
Some of the Abseil tests use so much RAM in template expansion that they
exhaust memory on the mipsel buildds. Backport a patch from upstream to
split the problematic tests into smaller files.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 70a57c02..6abc1938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ abseil (20230125.3-2) UNRELEASED; urgency=medium * Reenable unit tests, which were accidentally disabled in the previous version. + * Backport an upstream patch to allow building tests on mipsel. -- Benjamin Barenblat <bbaren@debian.org> Tue, 27 Jun 2023 17:00:12 -0400 |