Skip to content

Commit

Permalink
fix: ci, reduce to x86_64-linux arch only, bump RAM to avoid oom
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Feb 13, 2023
1 parent 942baef commit e6db10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
} @ inputs:
std.growOn {
inherit inputs;
systems = ["x86_64-linux"];
cellsFrom = nix/cells;
cellBlocks = [
(std.functions "library")
Expand Down
2 changes: 1 addition & 1 deletion nix/cells/automation/pipelines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
skippedDescription = lib.escapeShellArg "No nix builder for this system";
};

memory = 1024 * 8;
memory = 1024 * 16;
nomad.resources.cpu = 10000;
};
}

0 comments on commit e6db10d

Please sign in to comment.