Skip to content

Commit

Permalink
manifest: Add excludes for python,perl,nodejs,dnf,grubby
Browse files Browse the repository at this point in the history
This makes use of the new
coreos/rpm-ostree#1980

And we can then drop the test in kola that boots a whole VM
for this.
  • Loading branch information
cgwalters authored and jlebon committed Feb 10, 2020
1 parent e2b4575 commit b674182
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b674182

Please sign in to comment.