37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
From e6a8da48184d8054ab49f65decaaf339a2a608db Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <fsumsal@redhat.com>
|
|
Date: Thu, 4 Sep 2025 15:31:27 +0200
|
|
Subject: [PATCH] ci: bump the tools tree to F42
|
|
|
|
To fix the failing SB key enrollment:
|
|
|
|
3h3hBdsDxe: loading Boot0001 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0x4,0x0)/Scsi(0x1,0x0)
|
|
BdsDxe: starting Boot0001 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0x4,0x0)/Scsi(0x1,0x0)
|
|
systemd-boot@0x7d189000,0x7d1a6000
|
|
Enrolling secure boot keys from directory: \loader\keys\auto
|
|
Failed to write PK secure boot variable: Security violation
|
|
systemd-stub@0x670fd000,0x67115000
|
|
Overlapping PE sections detected. Boot may fail due to image memory corruption!
|
|
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
|
|
EFI stub: Measured initrd data into PCR 9
|
|
|
|
rhel-only: ci
|
|
Related: RHEL-110954
|
|
---
|
|
.github/workflows/mkosi.yml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
|
|
index 808ae0148e..2694ba14ec 100644
|
|
--- a/.github/workflows/mkosi.yml
|
|
+++ b/.github/workflows/mkosi.yml
|
|
@@ -83,7 +83,7 @@ jobs:
|
|
[Host]
|
|
ToolsTree=default
|
|
ToolsTreeDistribution=fedora
|
|
- ToolsTreeRelease=41
|
|
+ ToolsTreeRelease=42
|
|
# Sometimes we run on a host with /dev/kvm, but it is broken, so explicitly disable it
|
|
QemuKvm=no
|
|
EOF
|