Skip to content

Commit 077ae47

Browse files
committed
ci: fix docker test for Enforcing_signature_checking_by_default
https://fedoraproject.org/wiki/Changes/Enforcing_signature_checking_by_default
1 parent 6bdafde commit 077ae47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ WORKDIR /home/user/mock/mock
1313
RUN tito build --test --rpm
1414
USER root
1515
RUN dnf -y copr enable @mock/mock-deps
16+
# https://fedoraproject.org/wiki/Changes/Enforcing_signature_checking_by_default
17+
RUN echo '%_pkgverify_level digest' > /etc/rpm/macros.verify
1618
RUN dnf -y install --allow-downgrade /tmp/tito/*/mock*.rpm
1719
USER user

0 commit comments

Comments
 (0)