We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7640ce3 commit f956de8Copy full SHA for f956de8
nix/ouroboros-network.nix
@@ -114,7 +114,7 @@ let
114
packages.ouroboros-network-protocols.components.tests.test.preCheck =
115
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
116
packages.ouroboros-network.components.tests.sim-tests.preCheck =
117
- if buildSystem == "x86_64-linux" then "export GHCRTS=-M2400M" else "";
+ if buildSystem == "x86_64-linux" then "export GHCRTS=-M7000M" else "";
118
})
119
({ pkgs, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isWindows {
120
packages.basement.configureFlags = [ "--hsc2hs-options=--cflag=-Wno-int-conversion" ];
0 commit comments