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