commit: 0e1a7a98f434538c1c53d920d0a6facf5bdf8545 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 29 04:41:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 29 04:41:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1a7a98
net-libs/libtorrent-rasterbar: run w/ -j1 for tests Bug: https://bugs.gentoo.org/854603 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild index 1e94d55e8111..2f3e3831c0b8 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.7.ebuild @@ -70,5 +70,6 @@ src_test() { # Checked out Fedora's test workarounds for inspiration # https://src.fedoraproject.org/rpms/rb_libtorrent/blob/rawhide/f/rb_libtorrent.spec#_120 - LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test + # -j1 for https://bugs.gentoo.org/854603#c1 + LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test -j1 }
