Closed
Conversation
* Have separate actions for building Nix, running the regular tests and running the VM tests. * Use magic-nix-cache so users don't need to get Cachix credentials for their forks. * Drop the installer job since we're already building that as part of `nix flake check`.
b711d02 to
c200b88
Compare
Member
|
Would have appreciated a ping here, but luckily I saw it by preparing for my NixCon talk. Two things:
I'm not sure I even want to debate things, but it looks to me the development of Nix is becoming unfriendly to other competitors beyond the blessed one, so I'm not going to try to argue back and forth. |
Contributor
|
Closing this since we've significantly reworked our CI in the meantime and no longer use cachix for intermediate artifacts. Instead the installer tarball is a GHA artifact that gets pulled and passed to the cachix install nix install action. The CI itself is now plenty fast. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Some improvements to simplify / speed up GHA CI:
Have separate actions for building Nix, running the regular tests and running the VM tests.
Use magic-nix-cache so users don't need to get Cachix credentials for their forks.
Drop the installer job (which takes ~50 minutes) since we're already building that as part of
nix flake check.Context
Priorities and Process
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.