From f263bea9e60661e5ad2cef2152406368fb699fb5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 7 Feb 2020 18:35:06 +0000 Subject: [PATCH] manifest: Add excludes for python,perl,nodejs,dnf,grubby This makes use of the new https://github.com/coreos/rpm-ostree/pull/1980 And we can then drop the test in kola that boots a whole VM for this. --- manifests/fedora-coreos-base.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manifests/fedora-coreos-base.yaml b/manifests/fedora-coreos-base.yaml index d2c9342432..949a07da3c 100644 --- a/manifests/fedora-coreos-base.yaml +++ b/manifests/fedora-coreos-base.yaml @@ -169,3 +169,16 @@ packages-ppc64le: - irqbalance packages-aarch64: - irqbalance + +# Things we don't expect to ship on the host. We currently +# have recommends: false so these could only come in via +# hard requirement, in which case the build will fail. +exclude-packages: + - python + - python2 + - python3 + - perl + - nodejs + - dnf + - grubby + - cowsay # Just in case