copr: builders: document the reasons for fastestmirror option
This commit is contained in:
parent
92fe8f7c93
commit
d8be6c6cba
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@
|
||||||
when:
|
when:
|
||||||
- prepare_base_image is defined
|
- prepare_base_image is defined
|
||||||
|
|
||||||
|
# For some reason, on aarch64 builders, the repo metadata download tends to run
|
||||||
|
# amazingly slow (~300kB/s), while having fastestmirror turned ON the metadata
|
||||||
|
# download is 10x faster.
|
||||||
- name: enable dnf fastestmirror option
|
- name: enable dnf fastestmirror option
|
||||||
ini_file: dest=/etc/dnf/dnf.conf section=main option=fastestmirror value=True
|
ini_file: dest=/etc/dnf/dnf.conf section=main option=fastestmirror value=True
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue