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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2451158089 for ; Thu, 9 Nov 2023 07:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71202BC023; Thu, 9 Nov 2023 07:47:26 +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 9CF9F2BC023 for ; Thu, 9 Nov 2023 07:47:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD3EE335D1E for ; Thu, 9 Nov 2023 07:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F87133B for ; Thu, 9 Nov 2023 07:47:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1699516031.e752292f0bf53e8d70caed92ddb1b3075209b5e8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/prismlauncher/prismlauncher-7.2-r1.ebuild X-VCS-Directories: games-action/prismlauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e752292f0bf53e8d70caed92ddb1b3075209b5e8 X-VCS-Branch: master Date: Thu, 9 Nov 2023 07:47:24 +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: 3a0d9ec0-d319-4e7d-b7cf-225d08b7ddca X-Archives-Hash: 189941ffed6e399a1931ddb0b758a2bd commit: e752292f0bf53e8d70caed92ddb1b3075209b5e8 Author: Thiago Donato Ferreira gmail com> AuthorDate: Wed Nov 8 22:42:36 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Nov 9 07:47:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e752292f games-action/prismlauncher: disable ASan in debug build This caused issues with the tests on CI, and was already changed in a new release. Disabling it is easier than making a mess of DEPENDs to support it properly, particularly so since it shouldn't be an issue on new releases going forward. Closes: https://bugs.gentoo.org/911426 Signed-off-by: Thiago Donato Ferreira gmail.com> Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/prismlauncher/prismlauncher-7.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild index c60586d65332..84e6796ee32f 100644 --- a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild +++ b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild @@ -125,6 +125,7 @@ src_configure(){ -DENABLE_LTO=$(usex lto) -DBUILD_TESTING=$(usex test) + -DDEBUG_ADDRESS_SANITIZER=0 ) if use debug; then