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
|
# resolved was broken out to its own package in rawhide/f35
|
||||||
- systemd-resolved
|
- systemd-resolved
|
||||||
|
|
||||||
# Include the qemu-user-static-x86 package on aarch64 and s390x FCOS images
|
# These are random architecture-specific packages
|
||||||
# to allow access to the large inventory of containers only built for x86_64.
|
|
||||||
# https://github.com/coreos/fedora-coreos-tracker/issues/1237
|
|
||||||
packages-x86_64:
|
packages-x86_64:
|
||||||
- irqbalance
|
- irqbalance
|
||||||
packages-ppc64le:
|
packages-ppc64le:
|
||||||
|
|
@ -54,9 +52,6 @@ packages-ppc64le:
|
||||||
- ppc64-diag-rtas
|
- ppc64-diag-rtas
|
||||||
packages-aarch64:
|
packages-aarch64:
|
||||||
- irqbalance
|
- irqbalance
|
||||||
- qemu-user-static-x86
|
|
||||||
packages-s390x:
|
|
||||||
- qemu-user-static-x86
|
|
||||||
|
|
||||||
postprocess:
|
postprocess:
|
||||||
# Undo RPM scripts enabling units; we want the presets to be canonical
|
# Undo RPM scripts enabling units; we want the presets to be canonical
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue