distro/rhel85: remove duplicated edge builds pkgs
The edge specific build packages, `edgeBuildPkgsKey` where defined on the distro level but also always included in all actual edge image types; there were thus duplicated.
This commit is contained in:
parent
d6d40c8416
commit
755bde0afb
1 changed files with 1 additions and 2 deletions
|
|
@ -503,8 +503,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
|
||||||
modulePlatformID: modulePlatformID,
|
modulePlatformID: modulePlatformID,
|
||||||
ostreeRef: ostreeRef,
|
ostreeRef: ostreeRef,
|
||||||
packageSets: map[string]rpmmd.PackageSet{
|
packageSets: map[string]rpmmd.PackageSet{
|
||||||
buildPkgsKey: distroBuildPackageSet(),
|
buildPkgsKey: distroBuildPackageSet(),
|
||||||
edgeBuildPkgsKey: edgeBuildPackageSet(),
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue