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 ddd50ec commit 8555251Copy full SHA for 8555251
nix/ouroboros-network.nix
@@ -111,6 +111,8 @@ let
111
# don't run checks using Wine when cross compiling
112
packages.network-mux.components.tests.test.preCheck =
113
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
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 "";
118
})
0 commit comments