Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-36] disable build subsetting, due to a cabal limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jun 8, 2017
1 parent 9a90331 commit 09a7bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 09a7bbb

Please sign in to comment.