Enable RHEL-8.9.0 + gcc-toolset-12

This commit is contained in:
Miloš Prchlík 2023-09-20 10:48:10 +02:00 committed by mprchlik
commit b925f4eb45

View file

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