copr-builders: disable zram SWAP on builders while preparing images
This commit is contained in:
parent
9ba6b0494c
commit
e1e20ff2d1
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: disable zram SWAP on builders, it is too small, issue 2077
|
||||
package: name=zram-generator-defaults state=absent
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
# TODO: Drop this entirely once we are on F35+
|
||||
- name: remove the hackish package breaking s390x subscriptions
|
||||
shell:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue