From 884120eebb6e128bc2ba07a5341a2a06cf6ab061 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 9 Aug 2024 09:31:48 +0200 Subject: [PATCH] Require python3.12-lit on rhel-8 snapshots --- sanity/main.fmf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sanity/main.fmf b/sanity/main.fmf index 2b2277a..771f5a7 100644 --- a/sanity/main.fmf +++ b/sanity/main.fmf @@ -14,7 +14,11 @@ adjust: # Common requirements when LLVM is not SCL-ized - require+: - python3-lit - when: "collection is not defined" + when: "collection is not defined and (distro != rhel-8 or snapshot is not defined)" + + - require+: + - python3.12-lit + when: distro == rhel-8 and snapshot is defined # Requirements for SCL-ized LLVM - require+: