Enable Fedora Rawhide support
This commit is contained in:
parent
740ea261a1
commit
b99ecb3c2f
2 changed files with 19 additions and 1 deletions
|
|
@ -77,12 +77,17 @@ Content of this repository belongs to upstream. Once I am cleared for creation o
|
|||
|
||||
|Fedora Rawhide
|
||||
|system
|
||||
^|in progress
|
||||
^|not started
|
||||
|
||||
|Fedora 39
|
||||
|system
|
||||
^|in progress
|
||||
^|not started
|
||||
|
||||
|Fedora 38
|
||||
|system
|
||||
^|not started
|
||||
^|in progress
|
||||
^|not started
|
||||
|
||||
|CentOS Stream 9
|
||||
|
|
|
|||
|
|
@ -170,6 +170,19 @@ adjust+:
|
|||
# CentOS Stream 8 / gcc-toolset-12
|
||||
# CentOS Stream 8 / gcc-toolset-11
|
||||
|
||||
# Fedora Rawhide / no collection
|
||||
- when: distro == fedora-rawhide and collection is not defined
|
||||
require+:
|
||||
- binutils
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- annobin-plugin-gcc
|
||||
environment+:
|
||||
PACKAGES: binutils
|
||||
_REQUIRES: gcc gcc-c++ glibc annobin-plugin-gcc
|
||||
BINUTILS_PACKAGE: binutils
|
||||
GCC_PACKAGE: gcc
|
||||
|
||||
# Fedora-39 / no collection
|
||||
- when: distro == fedora-39 and collection is not defined
|
||||
require+:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue