Disable kernel rebuild with collections
This commit is contained in:
parent
347d20d5d7
commit
21eef7831d
1 changed files with 12 additions and 0 deletions
|
|
@ -66,3 +66,15 @@ adjust+:
|
|||
when: distro == rhel and arch != ppc64le and arch != s390x
|
||||
require+:
|
||||
- pesign
|
||||
|
||||
- because: "kernel rebuild fails because of discovering build issues"
|
||||
when: collection == gcc-toolset-13
|
||||
enabled: false
|
||||
|
||||
- because: "kernel rebuild fails because of discovering build issues"
|
||||
when: collection == gcc-toolset-12
|
||||
enabled: false
|
||||
|
||||
- because: "kernel rebuild fails because of discovering build issues"
|
||||
when: collection == gcc-toolset-11
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue