diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-04-04 02:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-04-05 15:06:34 -0400 |
commit | 2f29b2e1984aa430fb82c8cf6c3297925ace47e0 (patch) | |
tree | 916cedb5f3c2592d51fe5e41215af1408fe2c3f7 /dev-libs/protobuf | |
parent | app-i18n/mozc: 2.26.4220: Depend on =dev-cpp/abseil-cpp-20200923*. (diff) | |
download | gentoo-2f29b2e1984aa430fb82c8cf6c3297925ace47e0.tar.gz gentoo-2f29b2e1984aa430fb82c8cf6c3297925ace47e0.tar.bz2 gentoo-2f29b2e1984aa430fb82c8cf6c3297925ace47e0.zip |
dev-libs/protobuf: Disable test requiring huge amount of memory.
Closes: https://bugs.gentoo.org/764707
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r-- | dev-libs/protobuf/protobuf-3.14.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/protobuf/protobuf-3.14.0.ebuild b/dev-libs/protobuf/protobuf-3.14.0.ebuild index 660ea4e3039f..cc2d1a58e663 100644 --- a/dev-libs/protobuf/protobuf-3.14.0.ebuild +++ b/dev-libs/protobuf/protobuf-3.14.0.ebuild @@ -46,6 +46,9 @@ src_prepare() { # https://github.com/protocolbuffers/protobuf/issues/7413 sed -e "/^AC_PROG_CXX_FOR_BUILD$/d" -i configure.ac || die + # https://github.com/protocolbuffers/protobuf/issues/8082 + sed -e "/^TEST_F(IoTest, LargeOutput) {$/,/^}$/d" -i src/google/protobuf/io/zero_copy_stream_unittest.cc || die + eautoreconf } |