diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-07-19 11:01:15 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-07-19 12:27:21 +0200 |
| commit | 6b614df65af5384b46092481d4b52093d0414b1b (patch) | |
| tree | 815f02af154db41383eb906d197eccfc6b4c50a7 /llvm-core/llvm/llvm-22.0.0.9999.ebuild | |
| parent | 73946ed17a327637c2d1f36b71f497e003384e35 (diff) | |
| download | gentoo-6b614df65af5384b46092481d4b52093d0414b1b.tar.gz gentoo-6b614df65af5384b46092481d4b52093d0414b1b.tar.bz2 gentoo-6b614df65af5384b46092481d4b52093d0414b1b.zip | |
llvm-core/llvm: Disable (redundant) lit tests in 22.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/llvm/llvm-22.0.0.9999.ebuild')
| -rw-r--r-- | llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
