Allow experimenting with GTS-14 on older RHELs
This commit is contained in:
parent
c81ce881e2
commit
be6d950c6c
1 changed files with 4 additions and 1 deletions
5
main.fmf
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue