Skip to content

Commit 25c3b96

Browse files
committed
Update nix
* `decentralised-message-queue:dmq-test` heap size limit * `hls-2.11`
1 parent 6fc67a3 commit 25c3b96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nix/ouroboros-network.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ let
108108
packages.ouroboros-network-framework.components.tests.sim-tests.doCheck = onLinux;
109109
packages.ouroboros-network.components.tests.sim-tests.doCheck = onLinux;
110110

111-
# don't run checks using Wine when cross compiling
111+
packages.decentralized-message-queue.components.tests.dmq-test.preCheck =
112+
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
112113
packages.network-mux.components.tests.test.preCheck =
113114
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
114115
packages.ouroboros-network-protocols.components.tests.test.preCheck =

nix/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ hsPkgs.shellFor {
4949
lib.optionalAttrs hls
5050
{
5151
haskell-language-server = {
52-
src = inputs.haskellNix.inputs."hls-2.10";
52+
src = inputs.haskellNix.inputs."hls-2.11";
5353
configureArgs = "--disable-benchmarks --disable-tests";
5454
};
5555
};

0 commit comments

Comments
 (0)