diff options
author | Benjamin Barenblat <bbaren@google.com> | 2023-08-02 12:58:13 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2023-08-02 12:58:13 -0400 |
commit | 8b8ba810c157a6b3e3a517014198648999d7808e (patch) | |
tree | ffec15b626aa008d9608cc23e71039b43b3278b5 /debian/changelog | |
parent | 17046ae7503e82dd8484584619413eab688fa717 (diff) |
Fix unit tests on ppc64
Backport a patch from upstream to fix symbolization on ppc64, and enable
unit tests on that platform.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6abc1938..9a6cdc08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ 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. + * Backport a patch from upstream to correct symbolization on ppc64, and + enable unit tests on that platform. -- Benjamin Barenblat <bbaren@debian.org> Tue, 27 Jun 2023 17:00:12 -0400 |