Skip gcc-toolset-13-gprofng in RHEL-9 on ppc64le & s390x
This commit is contained in:
parent
d1f19f0f88
commit
398a2caaab
1 changed files with 18 additions and 1 deletions
|
|
@ -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+:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue