Skip to content

Commit 44a978a

Browse files
committed
mkosi: skip repo keys checks
F39 doesn't build anymore: GPG key at https://fedoraproject.org/fedora.gpg (0x31645531) is already installed Public key for filesystem-3.18-6.fc39.x86_64.rpm is not installed. Failing package is: filesystem-3.18-6.fc39.x86_64 GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Public key for setup-2.14.4-1.fc39.noarch.rpm is not installed. Failing package is: setup-2.14.4-1.fc39.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg The GPG keys listed for the "updates" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.. Failing package is: fedora-gpg-keys-39-2.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Public key for fedora-release-39-36.noarch.rpm is not installed. Failing package is: fedora-release-39-36.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Public key for fedora-release-common-39-36.noarch.rpm is not installed. Failing package is: fedora-release-common-39-36.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Public key for fedora-release-identity-basic-39-36.noarch.rpm is not installed. Failing package is: fedora-release-identity-basic-39-36.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Public key for fedora-repos-39-2.noarch.rpm is not installed. Failing package is: fedora-repos-39-2.noarch GPG Keys are configured as: https://fedoraproject.org/fedora.gpg Error: GPG check FAILED These are throw-away CI images, so just skip the checks
1 parent 6fdd047 commit 44a978a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkosi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: mkosi summary
139139

140140
- name: Build
141-
run: sudo mkosi --debug
141+
run: sudo mkosi --debug --repository-key-check=false
142142

143143
- name: Boot systemd-nspawn
144144
run: test "$(sudo mkosi --debug boot 1>&2; echo $?)" -eq 123

0 commit comments

Comments
 (0)