commit:     6b614df65af5384b46092481d4b52093d0414b1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 19 09:01:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 19 10:27:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b614df6

llvm-core/llvm: Disable (redundant) lit tests in 22.0.0.9999

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm-core/llvm/llvm-22.0.0.9999.ebuild 
b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
index 7506840cd3ba..51627d147e57 100644
--- a/llvm-core/llvm/llvm-22.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
@@ -204,6 +204,9 @@ src_prepare() {
        # Update config.guess to support more systems
        cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die
 
+       # Disable lit tests (we run them in dev-python/lit).
+       > utils/lit/CMakeLists.txt || die
+
        # Verify that the ebuild is up-to-date
        check_uptodate
 

Reply via email to