#313 Disable bootupd integration until we use unified core
Merged a year ago by kevin. Opened a year ago by walters.
walters/workstation-ostree-config disable-bootupd  into  main

file modified
+5 -3
@@ -6,9 +6,11 @@ 

  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

The bootupd code relies on having /usr/lib/ostree-boot, which
we only get in unified core mode.

Build succeeded.

rebased onto a1a8bbe

a year ago

Pull-Request has been merged by kevin

a year ago

Build succeeded.

We'll be able to revert that change in a few days once we've validated the new unified core builds in Rawhide.

Metadata