commit: 2f29b2e1984aa430fb82c8cf6c3297925ace47e0 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Sun Apr 4 02:00:00 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 19:06:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f29b2e1
dev-libs/protobuf: Disable test requiring huge amount of memory. Closes: https://bugs.gentoo.org/764707 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-libs/protobuf/protobuf-3.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/protobuf/protobuf-3.14.0.ebuild b/dev-libs/protobuf/protobuf-3.14.0.ebuild index 660ea4e3039..cc2d1a58e66 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 }
