Skip gcc-toolset-13-gprofng in RHEL-9 on ppc64le & s390x

This commit is contained in:
Miloš Prchlík 2024-02-14 13:56:35 +01:00
commit 398a2caaab

View file

@ -94,7 +94,7 @@ adjust+:
GCC_PACKAGE: gcc
# RHEL-9 / gcc-toolset-13
- when: distro == rhel-9 and collection == gcc-toolset-13
- when: distro == rhel-9 and collection == gcc-toolset-13 and arch == x86_64,aarch64
require+:
- gcc-toolset-13-binutils
- gcc-toolset-13-binutils-devel
@ -112,6 +112,23 @@ adjust+:
GCC_PACKAGE: gcc-toolset-13-gcc
COLLECTION_PACKAGES: gcc-toolset-13-binutils gcc-toolset-13-binutils-devel gcc-toolset-13-binutils-gold gcc-toolset-13-binutils-gprofng
- when: distro == rhel-9 and collection == gcc-toolset-13 and arch != x86_64,aarch64
require+:
- gcc-toolset-13-binutils
- gcc-toolset-13-binutils-devel
- gcc-toolset-13-binutils-gold
- gcc-toolset-13-gcc
- gcc-toolset-13-gcc-c++
- gcc-toolset-13-gcc-plugin-annobin
environment+:
PACKAGES: gcc-toolset-13-binutils
TOOLSET: gcc-toolset-13
_REQUIRES: gcc-toolset-13-gcc gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-plugin-annobin glibc
WITH_SCL: scl enable gcc-toolset-13
BINUTILS_PACKAGE: gcc-toolset-13-binutils
GCC_PACKAGE: gcc-toolset-13-gcc
COLLECTION_PACKAGES: gcc-toolset-13-binutils gcc-toolset-13-binutils-devel gcc-toolset-13-binutils-gold
# RHEL-9 / gcc-toolset-12
- when: distro == rhel-9 and collection == gcc-toolset-12
require+: