Enable RHEL-8.9.0 + gcc-toolset-12
This commit is contained in:
parent
184f864b87
commit
b925f4eb45
1 changed files with 17 additions and 0 deletions
|
|
@ -119,6 +119,23 @@ adjust+:
|
|||
COLLECTION_PACKAGES: gcc-toolset-13-binutils gcc-toolset-13-binutils-devel gcc-toolset-13-binutils-gold
|
||||
|
||||
# RHEL-8 / gcc-toolset-12
|
||||
- when: distro == rhel-8 and collection == gcc-toolset-12
|
||||
require+:
|
||||
- gcc-toolset-12-binutils
|
||||
- gcc-toolset-12-binutils-devel
|
||||
- gcc-toolset-12-binutils-gold
|
||||
- gcc-toolset-12-gcc
|
||||
- gcc-toolset-12-gcc-c++
|
||||
- gcc-toolset-12-gcc-plugin-annobin
|
||||
- gcc-toolset-12-annobin-plugin-gcc
|
||||
environment+:
|
||||
PACKAGES: gcc-toolset-12-binutils
|
||||
_REQUIRES: gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-gcc-plugin-annobin gcc-toolset-12-annobin-plugin-gcc glibc
|
||||
WITH_SCL: scl enable gcc-toolset-12
|
||||
BINUTILS_PACKAGE: gcc-toolset-12-binutils
|
||||
GCC_PACKAGE: gcc-toolset-12-gcc
|
||||
COLLECTION_PACKAGES: gcc-toolset-12-binutils gcc-toolset-12-binutils-devel gcc-toolset-12-binutils-gold
|
||||
|
||||
# RHEL-8 / gcc-toolset-11
|
||||
|
||||
- when: distro == rhel-7 and collection == devtoolset-13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue