From 09a7bbb533ae8e6569f57542c6177e8caca7c2a0 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge Date: Mon, 22 May 2017 17:04:03 +0300 Subject: [PATCH] [DEVOPS-36] disable build subsetting, due to a cabal limitation Details: https://factisresearch.blogspot.ru/2010/09/speeding-up-your-cabal-builds-part-ii.html --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6b4e86cf168..d9520904695 100644 --- a/default.nix +++ b/default.nix @@ -72,7 +72,7 @@ in compiler.override { }); cardano-sl-static = buildSpeedupFlagsMarlowScaling - (buildSubset ("cardano-node") + (# buildSubset ("cardano-node") -- unfortunately, we need customizing the .cabal file for this to work.. (dontCheck (linkWithGold (justStaticExecutables self.cardano-sl)))); cardano-report-server-static = justStaticExecutables self.cardano-report-server; cardano-sl-explorer-static = justStaticExecutables self.cardano-sl-explorer;