add libkcapi to increase a kernel limit on arm builders. Ticket 6636

This commit is contained in:
Kevin Fenzi 2018-01-19 21:06:53 +00:00
parent b53181dce9
commit d96ccc806d

View file

@ -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'