Skip to content

Commit

Permalink
Add 100MB to CI memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Feb 7, 2025
1 parent 4ec4c89 commit 7e02959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ouroboros-network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let
preCheck =
lib.mkForce
(if buildSystem == "x86_64-linux"
then "export GHCRTS=-M300M"
then "export GHCRTS=-M400M"
else "");
doCheck = !pkgs.stdenv.hostPlatform.isWindows;

Expand Down

0 comments on commit 7e02959

Please sign in to comment.