Skip to content

Fix build set issues#252

Merged
danieldk merged 2 commits intomainfrom
buildset-fixes
Jan 30, 2026
Merged

Fix build set issues#252
danieldk merged 2 commits intomainfrom
buildset-fixes

Conversation

@danieldk
Copy link
Copy Markdown
Member

  • Create buildPerSystem for all systems, not just the ones we have build sets for.
  • When there is no build set for a system, use an empty list (so that trying to build a kernel flake does not error out).

`buildPerSystem` should be generated for every supported system, not
only for systems in available build sets.
`buildSetsPerSystem.${system}` is a list of build sets for `system`.
However, if there are no build sets for a system (e.g. because they were
filtered out), we want to use an empty list rather than failing.
Copy link
Copy Markdown
Contributor

@MekkCyber MekkCyber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@danieldk danieldk merged commit 00075f6 into main Jan 30, 2026
37 checks passed
@danieldk danieldk deleted the buildset-fixes branch January 30, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants