We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414ff21 commit b8239d9Copy full SHA for b8239d9
rust/Earthfile
@@ -10,7 +10,7 @@ COPY_SRC:
10
.cargo .config \
11
c509-certificate \
12
cardano-chain-follower \
13
- catalyst-voting \
+ catalyst-voting jormungandr-vote-tx \
14
cbork cbork-abnf-parser cbork-cddl-parser \
15
hermes-ipfs \
16
.
@@ -53,7 +53,7 @@ build:
53
--cmd="/scripts/std_build.py" \
54
--args1="--libs=c509-certificate --libs=cardano-chain-follower --libs=hermes-ipfs" \
55
--args2="--libs=cbork-cddl-parser --libs=cbork-abnf-parser" \
56
- --args3="--libs=catalyst-voting" \
+ --args3="--libs=catalyst-voting --libs=jormungandr-vote-tx" \
57
--args4="--bins=cbork/cbork" \
58
--args5="--cov_report=$HOME/build/coverage-report.info" \
59
--output="release/[^\./]+" \
0 commit comments