From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1699319-garchives=archives.gentoo.org@lists.gentoo.org> 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 1B57F1581F0 for <garchives@archives.gentoo.org>; Thu, 12 Dec 2024 03:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AC6BE0C8A; Thu, 12 Dec 2024 03:49:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7CF78E0C8A for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 03:49:49 +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 7C24A335C2E for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 03:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10AAAAF5 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Dec 2024 03:49:47 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1733975347.ceba2bfcf01556224e744dc0ee7d96699e167e66.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ceba2bfcf01556224e744dc0ee7d96699e167e66 X-VCS-Branch: master Date: Thu, 12 Dec 2024 03:49:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e6afc2f-e49b-4e94-873d-c6e1569f2ab2 X-Archives-Hash: 404edde5101d27bb8c13330dd63d93c9 commit: ceba2bfcf01556224e744dc0ee7d96699e167e66 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 03:49:07 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 03:49:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceba2bfc sys-devel/mold: drop x86_64-range-extension-thunk2 skip Fixed upstream now. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/mold/mold-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 29ba8bfdb0b4..d7e4c65e6171 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -84,11 +84,6 @@ src_configure() { } src_test() { - local CMAKE_SKIP_TESTS=( - # https://github.com/rui314/mold/issues/1370 - x86_64-range-extension-thunk2 - ) - export TEST_CC="$(tc-getCC)" TEST_GCC="$(tc-getCC)" \ TEST_CXX="$(tc-getCXX)" TEST_GXX="$(tc-getCXX)" cmake_src_test