-
-
Notifications
You must be signed in to change notification settings - Fork 153
Add module all-formats.nix
#241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- kexec + kexec-bundle: tries accessing <nixpkgs> - cloudstack: module eval error
Now |
uh, can we maybe do the checks a way so we don't need to run a big machine to test it? :D |
Sure we can. We don't necessarily need a big machine. It's just that a single nix eval goes OOM, as it doesn't garbage collect anything. But why not just enable hercules? It's already available in the org and scales better. |
ok, lets enable hercules and think later about lowering CI requirements |
Motivation:
Done:
all-formats.nix
exposing all formats within the current config undersystem.formats.<format>
x86_64-linux
andaarch64-linux
./formats-broken
to fix laterConsiderations:
system.build
instead ofsystem.formats
?