Merge pull request #3953 from lethalman/combined
release: don't build broken packages, don't build tested on unsupported systems
This commit is contained in:
@@ -123,6 +123,8 @@ rec {
|
||||
packagesWithMetaPlatform attrSet
|
||||
else if attrSet.recurseForRelease or false then
|
||||
packagesWithMetaPlatform attrSet
|
||||
else if attrSet.meta.broken or false then
|
||||
[]
|
||||
else
|
||||
attrSet.meta.hydraPlatforms or (attrSet.meta.platforms or []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user