Require the GTS metapackage when testing GTS
This commit is contained in:
parent
c21bd56590
commit
329b8032b1
1 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ require:
|
|||
adjust:
|
||||
- when: collection == gcc-toolset-12
|
||||
require+:
|
||||
- gcc-toolset-12
|
||||
- gcc-toolset-12-gcc
|
||||
- gcc-toolset-12-gcc-c++
|
||||
- gcc-toolset-12-gcc-gfortran
|
||||
|
|
@ -26,6 +27,7 @@ adjust:
|
|||
- gcc-toolset-12-gdb
|
||||
- when: collection == devtoolset-12
|
||||
require+:
|
||||
- devtoolset-12
|
||||
- devtoolset-12-gcc
|
||||
- devtoolset-12-gcc-c++
|
||||
- devtoolset-12-gcc-gfortran
|
||||
|
|
@ -45,6 +47,7 @@ adjust:
|
|||
- devtoolset-12-gdb
|
||||
- when: collection == gcc-toolset-13
|
||||
require+:
|
||||
- gcc-toolset-13
|
||||
- gcc-toolset-13-gcc
|
||||
- gcc-toolset-13-gcc-c++
|
||||
- gcc-toolset-13-gcc-gfortran
|
||||
|
|
@ -65,6 +68,7 @@ adjust:
|
|||
- gcc-toolset-13-gdb
|
||||
- when: collection == devtoolset-13
|
||||
require+:
|
||||
- devtoolset-13
|
||||
- devtoolset-13-gcc
|
||||
- devtoolset-13-gcc-c++
|
||||
- devtoolset-13-gcc-gfortran
|
||||
|
|
@ -84,6 +88,7 @@ adjust:
|
|||
- devtoolset-13-gdb
|
||||
- when: collection == gcc-toolset-14
|
||||
require+:
|
||||
- gcc-toolset-14
|
||||
- gcc-toolset-14-gcc
|
||||
- gcc-toolset-14-gcc-c++
|
||||
- gcc-toolset-14-gcc-gfortran
|
||||
|
|
@ -106,6 +111,7 @@ adjust:
|
|||
- gcc-toolset-14-gdb
|
||||
- when: collection == gcc-toolset-15
|
||||
require+:
|
||||
- gcc-toolset-15
|
||||
- gcc-toolset-15-gcc
|
||||
- gcc-toolset-15-gcc-c++
|
||||
- gcc-toolset-15-gcc-gfortran
|
||||
|
|
@ -128,6 +134,7 @@ adjust:
|
|||
- gcc-toolset-15-gdb
|
||||
- when: collection == gcc-toolset-16
|
||||
require+:
|
||||
- gcc-toolset-16
|
||||
- gcc-toolset-16-gcc
|
||||
- gcc-toolset-16-gcc-c++
|
||||
- gcc-toolset-16-gcc-gfortran
|
||||
|
|
@ -150,6 +157,7 @@ adjust:
|
|||
- gcc-toolset-16-gdb
|
||||
- when: collection == gcc-toolset-17
|
||||
require+:
|
||||
- gcc-toolset-17
|
||||
- gcc-toolset-17-gcc
|
||||
- gcc-toolset-17-gcc-c++
|
||||
- gcc-toolset-17-gcc-gfortran
|
||||
|
|
@ -172,6 +180,7 @@ adjust:
|
|||
- gcc-toolset-17-gdb
|
||||
- when: collection == gcc-toolset-18
|
||||
require+:
|
||||
- gcc-toolset-18
|
||||
- gcc-toolset-18-gcc
|
||||
- gcc-toolset-18-gcc-c++
|
||||
- gcc-toolset-18-gcc-gfortran
|
||||
|
|
@ -194,6 +203,7 @@ adjust:
|
|||
- gcc-toolset-18-gdb
|
||||
- when: collection == gcc-toolset-19
|
||||
require+:
|
||||
- gcc-toolset-19
|
||||
- gcc-toolset-19-gcc
|
||||
- gcc-toolset-19-gcc-c++
|
||||
- gcc-toolset-19-gcc-gfortran
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue