-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2376: Only use `reorder-goals` for windows builds r=deepfire a=hamishmack Using `reorder-goals` makes `cabal configure` work for windows, but makes it significantly slower for linux: Without reorder goals ``` $ time nix-build -A plan-nix ... Resolving dependencies... ... real 1m48.648s user 0m3.526s sys 0m0.312s ``` With reorder goals: ``` $ time nix-build -A plan-nix ... Resolving dependencies... ... real 7m48.627s user 0m4.095s sys 0m0.369s ``` 2443: CAD-2717: cardano node service extensions r=deepfire a=deepfire 1. Allow the `topology` path config option to also be a string. 2. Add the `executable` option, to allow customising the way the node is started -- so that we can, for example, use `cabal run -- cardano-node`. Co-authored-by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com> Co-authored-by: Kosyrev Serge <serge.kosyrev@iohk.io>
- Loading branch information
Showing
3 changed files
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters