copr: fallback to the LEGACY crypto policies for builders
This commit is contained in:
parent
e0555ee173
commit
10f62c6bb5
2 changed files with 8 additions and 2 deletions
|
@ -19,8 +19,8 @@ copr_builder_images:
|
|||
ppc64le: copr-builder-ppc64le-f31-20200117_132023
|
||||
aarch64: copr-builder-aarch64-f32-20200914_073754
|
||||
aws:
|
||||
x86_64: ami-066d83606b2a3e0ec # copr-builder-x86_64-f33-20201101_160219
|
||||
aarch64: ami-0cdaa65ffadc4fca2 # copr-builder-aarch64-f33-20201101_165734
|
||||
x86_64: ami-00543302d3ba064c9 # copr-builder-x86_64-f33-20201103_231733
|
||||
aarch64: ami-064aea199aef492fd # copr-builder-aarch64-f33-20201103_232312
|
||||
|
||||
do_sign: "true"
|
||||
|
||||
|
|
|
@ -38,6 +38,12 @@
|
|||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings
|
||||
- name: fallback to the LEGACY crypto policies
|
||||
command: update-crypto-policies --set LEGACY
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
- package_facts: manager=auto
|
||||
|
||||
- name: install copr-builder and other latest packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue