Do not skip buildinstall for Everything.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-11-13 12:13:59 +01:00
parent 9883997f19
commit 95de6fe491

View File

@ -12,12 +12,6 @@ lorax_options = [
buildinstall_skip = [
EXTRA_BUILDINSTALL_SKIP,
('^Everything$', {
'i386': True,
'aarch64': True,
'ppc64le': True,
's390x': True
}),
("^(AppStream|CRB|ResilientStorage|HighAvailability|SAP|SAPHANA|RT|NFV)$", {
'*': True
}),