Allow experimenting with GTS-14 on older RHELs

This commit is contained in:
Václav Kadlčík 2024-11-20 14:41:22 +01:00
commit be6d950c6c

View file

@ -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