Skip to content

Commit

Permalink
Add cardano-node submodule to compile and test cardano-node, cardano-…
Browse files Browse the repository at this point in the history
…testnet and cardano-submit-api
  • Loading branch information
newhoggy committed Jul 17, 2023
1 parent 3242385 commit f1f2013
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = hedgehog-extras
url = git@github.com:input-output-hk/hedgehog-extras.git
branch = main
[submodule "cardano-node"]
path = cardano-node
url = git@github.com:input-output-hk/cardano-node.git
branch = master
15 changes: 15 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ packages:
cardano-api/cardano-api
cardano-api/cardano-api-gen
cardano-cli/cardano-cli
cardano-node/cardano-node
cardano-node/cardano-submit-api
cardano-node/cardano-testnet
hedgehog-extras

package cardano-api
Expand All @@ -28,6 +31,18 @@ package cardano-api
package cardano-api-gen
ghc-options: -Werror

package cardano-cli
ghc-options: -Werror

package cardano-node
ghc-options: -Werror

package cardano-submit-api
ghc-options: -Werror

package cardano-testnet
ghc-options: -Werror

package cryptonite
-- Using RDRAND instead of /dev/urandom as an entropy source for key
-- generation is dubious. Set the flag so we use /dev/urandom by default.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api
2 changes: 1 addition & 1 deletion cardano-cli
1 change: 1 addition & 0 deletions cardano-node
Submodule cardano-node added at c87bd6
2 changes: 1 addition & 1 deletion hedgehog-extras

0 comments on commit f1f2013

Please sign in to comment.