From 330d97b3a11f83cf5c2a1ad7550f622ce5feba32 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 17 Oct 2024 15:46:36 +0300 Subject: [PATCH] Use LLVM 18 on Fedora 41 too Fedora 41 has LLVM 19 now, which doesn't work for Zig. Signed-off-by: David Abdurachmanov --- zig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig.spec b/zig.spec index c8448db..83bf246 100644 --- a/zig.spec +++ b/zig.spec @@ -4,7 +4,7 @@ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U # note here at which Fedora or EL release we need to use compat LLVM packages -%if 0%{?fedora} >= 42 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 9 %define llvm_compat 18 %endif