From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F077F158042 for ; Fri, 18 Oct 2024 11:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE03E0938; Fri, 18 Oct 2024 11:23:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 940B2E0938 for ; Fri, 18 Oct 2024 11:23:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E37E34302F for ; Fri, 18 Oct 2024 11:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08271E06 for ; Fri, 18 Oct 2024 11:23:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729250605.f5d9e8a73d17b46b52552369f8c9928d304f7fea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lz4/lz4-1.10.0-r1.ebuild X-VCS-Directories: app-arch/lz4/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5d9e8a73d17b46b52552369f8c9928d304f7fea X-VCS-Branch: master Date: Fri, 18 Oct 2024 11:23:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dc70661-c34e-45eb-852a-e7431e98e4ad X-Archives-Hash: a2c3ac6d2148eb091d9431671056b274 commit: f5d9e8a73d17b46b52552369f8c9928d304f7fea Author: Michał Górny gentoo org> AuthorDate: Fri Oct 18 10:58:45 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 18 11:23:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d9e8a7 app-arch/lz4: Disable building ossfuzz stuff Closes: https://bugs.gentoo.org/940641 Signed-off-by: Michał Górny gentoo.org> app-arch/lz4/lz4-1.10.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-arch/lz4/lz4-1.10.0-r1.ebuild b/app-arch/lz4/lz4-1.10.0-r1.ebuild index a63f49599d1d..7b95b15830de 100644 --- a/app-arch/lz4/lz4-1.10.0-r1.ebuild +++ b/app-arch/lz4/lz4-1.10.0-r1.ebuild @@ -27,6 +27,8 @@ multilib_src_configure() { local emesonargs=( -Dtests=$(usex test true false) -Ddefault_library=$(usex static-libs both shared) + # https://bugs.gentoo.org/940641 + -Dossfuzz=false ) # with -Dprograms=false, the test suite is only rudimentary, # so build them for testing non-native ABI as well