Skip to content

Commit

Permalink
polkadot: build omni-node and parachain binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 18, 2024
1 parent 1643014 commit 8d8857c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/polkadot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [
"-p"
"polkadot"
"-p"
"polkadot-omni-node"
"-p"
"polkadot-parachain-bin"
];

# NOTE: tests currently fail to compile due to an issue with cargo-auditable
Expand Down

0 comments on commit 8d8857c

Please sign in to comment.