ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta
- A few modules for aarch64, ppc64le, s390x are filtered
This commit is contained in:
parent
7247d5c7b0
commit
0969d5d789
@ -76,12 +76,23 @@ filter_packages = [
|
|||||||
]
|
]
|
||||||
filter_modules = [
|
filter_modules = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|PowerTools)$', {
|
'^AppStream$', {
|
||||||
'aarch64': [
|
'*': [
|
||||||
"jmc:rhel8",
|
"postgresql:15",
|
||||||
|
"swig:4.1",
|
||||||
|
"nginx:1.22",
|
||||||
|
"jaxb:4",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
),
|
||||||
|
(
|
||||||
|
'^devel$', {
|
||||||
|
'*': [
|
||||||
|
"javapackages-bootstrap-devel:202201",
|
||||||
|
"javapackages-bootstrap:202201",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Based in distribution-comparison-tool report
|
# Based in distribution-comparison-tool report
|
||||||
|
@ -65,7 +65,26 @@ filter_packages = [
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
filter_modules = []
|
filter_modules = [
|
||||||
|
(
|
||||||
|
'^AppStream$', {
|
||||||
|
'*': [
|
||||||
|
"postgresql:15",
|
||||||
|
"swig:4.1",
|
||||||
|
"nginx:1.22",
|
||||||
|
"jaxb:4",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
),
|
||||||
|
(
|
||||||
|
'^devel$', {
|
||||||
|
'*': [
|
||||||
|
"javapackages-bootstrap-devel:202201",
|
||||||
|
"javapackages-bootstrap:202201",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
),
|
||||||
|
]
|
||||||
|
|
||||||
additional_packages = [
|
additional_packages = [
|
||||||
(
|
(
|
||||||
|
@ -63,7 +63,26 @@ filter_packages = [
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
filter_modules = []
|
filter_modules = [
|
||||||
|
(
|
||||||
|
'^AppStream$', {
|
||||||
|
'*': [
|
||||||
|
"postgresql:15",
|
||||||
|
"swig:4.1",
|
||||||
|
"nginx:1.22",
|
||||||
|
"jaxb:4",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
),
|
||||||
|
(
|
||||||
|
'^devel$', {
|
||||||
|
'*': [
|
||||||
|
"javapackages-bootstrap-devel:202201",
|
||||||
|
"javapackages-bootstrap:202201",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
),
|
||||||
|
]
|
||||||
|
|
||||||
# Based in distribution-comparison-tool report
|
# Based in distribution-comparison-tool report
|
||||||
additional_packages = [
|
additional_packages = [
|
||||||
|
Loading…
Reference in New Issue
Block a user