From a1a8bbe8bb3ba6d31b9fe406e6fe026388696810 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 1 Nov 2022 09:41:58 -0400 Subject: [PATCH] Disable bootupd integration until we use unified core The bootupd code relies on having `/usr/lib/ostree-boot`, which we only get in unified core mode. --- fedora-common-ostree.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 645da80..3445277 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -6,9 +6,11 @@ mutate-os-release: "38" include: fedora-common-ostree-pkgs.yaml # See https://github.com/coreos/bootupd -arch-include: - x86_64: bootupd.yaml - aarch64: bootupd.yaml +# TODO: Disabled until we use use unified-core or native container flow +# for the main build +# arch-include: +# x86_64: bootupd.yaml +# aarch64: bootupd.yaml packages: - git-core