Skip to content

ci: nix-build: Drop dependencies on nix-build-checks-*#2217

Draft
mmlb wants to merge 1 commit into
developfrom
push-proqxmrkwqpq
Draft

ci: nix-build: Drop dependencies on nix-build-checks-*#2217
mmlb wants to merge 1 commit into
developfrom
push-proqxmrkwqpq

Conversation

@mmlb

@mmlb mmlb commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

These other jobs don't actually depend on them and we can save 2-6min of blocking the rest of the jobs with this. I also cleaned up the if:s since they were written as if the dependents were showing up skipped which is not currently the case:

gh run view 27444894989 --json jobs --jq '.jobs[] | select(.name == "no packages to build (aarch64-darwin)") | .status, .conclusion'
completed
success

So this cleans this file up quite a bit.

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

These other jobs don't actually depend on them and we can save 2-6min of
blocking the rest of the jobs with this. I also cleaned up the `if:`s
since they were written as if the dependents were showing up skipped
which is not currently the case:

```
gh run view 27444894989 --json jobs --jq '.jobs[] | select(.name == "no packages to build (aarch64-darwin)") | .status, .conclusion'
completed
success
```

So this cleans this file up quite a bit.
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.

1 participant