Skip to content

Commit ea305ea

Browse files
committed
fix: ci, reduce to x86_64-linux arch only, bump RAM to avoid oom
1 parent 0f1f007 commit ea305ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
} @ inputs:
6060
std.growOn {
6161
inherit inputs;
62+
systems = ["x86_64-linux"];
6263
cellsFrom = nix/cells;
6364
cellBlocks = [
6465
(std.functions "library")

nix/cells/automation/pipelines.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
skippedDescription = lib.escapeShellArg "No nix builder for this system";
2828
};
2929

30-
memory = 1024 * 8;
30+
memory = 1024 * 16;
3131
nomad.resources.cpu = 10000;
3232
};
3333
}

0 commit comments

Comments
 (0)