add libkcapi to increase a kernel limit on arm builders. Ticket 6636
This commit is contained in:
parent
b53181dce9
commit
d96ccc806d
1 changed files with 7 additions and 0 deletions
|
@ -287,3 +287,10 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
when: env == "staging"
|
||||
|
||||
# https://pagure.io/fedora-infrastructure/issue/6636
|
||||
- name: install libkcapi to get increased sockets on armv7
|
||||
dnf: name=libkcapi enablerepo=updates-testing state=present
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 'armv7l'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue