tier-1: Drop qemu emulators
These don't exist in C9S/ELN, and break the build on non-x86_64 on those.
This commit is contained in:
parent
5f5e4d22a0
commit
f53dd4966e
|
|
@ -42,9 +42,7 @@ packages:
|
|||
# resolved was broken out to its own package in rawhide/f35
|
||||
- systemd-resolved
|
||||
|
||||
# Include the qemu-user-static-x86 package on aarch64 and s390x FCOS images
|
||||
# to allow access to the large inventory of containers only built for x86_64.
|
||||
# https://github.com/coreos/fedora-coreos-tracker/issues/1237
|
||||
# These are random architecture-specific packages
|
||||
packages-x86_64:
|
||||
- irqbalance
|
||||
packages-ppc64le:
|
||||
|
|
@ -54,9 +52,6 @@ packages-ppc64le:
|
|||
- ppc64-diag-rtas
|
||||
packages-aarch64:
|
||||
- irqbalance
|
||||
- qemu-user-static-x86
|
||||
packages-s390x:
|
||||
- qemu-user-static-x86
|
||||
|
||||
postprocess:
|
||||
# Undo RPM scripts enabling units; we want the presets to be canonical
|
||||
|
|
|
|||
Loading…
Reference in New Issue