From be6d950c6ca33dbf78c7ef950d8a191b92ac1aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Wed, 20 Nov 2024 14:41:22 +0100 Subject: [PATCH] Allow experimenting with GTS-14 on older RHELs --- main.fmf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.fmf b/main.fmf index 17d561b..5140a64 100644 --- a/main.fmf +++ b/main.fmf @@ -111,9 +111,12 @@ adjust: - gcc-toolset-14-libubsan-devel - gcc-toolset-14-annobin-plugin-gcc - gcc-toolset-14-annobin-annocheck - - when: collection == gcc-toolset-14 and distro < rhel-9 + - when: collection == gcc-toolset-14 and distro == rhel-8 and distro ~> rhel-8.6 require+: - gcc-toolset-14-gdb + - when: collection == gcc-toolset-14 and distro == rhel-8 and distro ~< rhel-8.8 + require-: + - gcc-toolset-14 - when: collection == gcc-toolset-15 require+: - gcc-toolset-15