From e33680e2bb51606affa11a819ac09bd8a52182f2 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 31 Mar 2026 11:44:10 +0200 Subject: [PATCH] Mark PPC64LE Fedora Stable Clang as unstable --- master/custom/builders.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/master/custom/builders.py b/master/custom/builders.py index 667c8dba..2385df48 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -160,7 +160,6 @@ ("s390x RHEL8 LTO + PGO", "cstratak-rhel8-s390x", LTOPGONonDebugBuild), # Fedora Linux ppc64le Clang - ("PPC64LE Fedora Stable Clang", "cstratak-fedora-stable-ppc64le", ClangUnixBuild), ("PPC64LE Fedora Stable Clang Installed", "cstratak-fedora-stable-ppc64le", ClangUnixInstalledBuild), # Linux armv7l (32-bit) GCC @@ -306,6 +305,10 @@ ("PPC64LE Fedora Rawhide Clang", "cstratak-fedora-rawhide-ppc64le", ClangUnixBuild), ("PPC64LE Fedora Rawhide Clang Installed", "cstratak-fedora-rawhide-ppc64le", ClangUnixInstalledBuild), + # A Clang 21.x bug causes a timeout: + # https://github.com/llvm/llvm-project/issues/179695 + ("PPC64LE Fedora Stable Clang", "cstratak-fedora-stable-ppc64le", ClangUnixBuild), + # Linux s390x GCC/Clang ("s390x Fedora Rawhide", "cstratak-fedora-rawhide-s390x", UnixBuild), ("s390x Fedora Rawhide Refleaks", "cstratak-fedora-rawhide-s390x", UnixRefleakBuild),