@@ -5,16 +5,9 @@ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.2.15 AS rust-ci
55COPY_SRC :
66 FUNCTION
77
8- COPY --keep-ts --dir \
9- Cargo.toml clippy.toml deny.toml rustfmt.toml \
10- .cargo .config \
11- c509-certificate \
12- cardano-chain-follower \
13- catalyst-voting \
14- immutable-ledger \
15- cbork cbork-abnf-parser cbork-cddl-parser \
16- hermes-ipfs \
17- .
8+ COPY --dir .cargo .config c509-certificate cardano-chain-follower \
9+ cbork cbork-abnf-parser cbork-cddl-parser \
10+ hermes-ipfs catalyst-voting immutable-ledger .
1811
1912# builder : Set up our target toolchains, and copy our files.
2013builder :
@@ -52,15 +45,15 @@ build:
5245
5346 DO rust-ci+EXECUTE \
5447 --cmd = "/scripts/std_build.py" \
55- --args1 = "--libs=c509-certificate --libs=cardano-chain-follower --libs=hermes-ipfs" \
56- --args2 = "--libs=cbork-cddl-parser --libs=cbork-abnf-parser" \
57- --args3 = "--libs=catalyst-voting" \
58- --args4 = "--libs=immutable-ledger" \
59- --args5 = "--bins=cbork/cbork" \
60- --args6 = "--cov_report=$HOME/build/coverage-report.info" \
6148 --output = "release/[^\. /]+" \
62- --junit = "cat-libs.junit-report.xml" \
63- --coverage = "cat-libs.coverage.info" \
49+ --args1 = "--libs=c509-certificate" \
50+ --args2 = "--libs=cardano-chain-follower" \
51+ --args3 = "--libs=cbork-cddl-parser" \
52+ --args4 = "--libs=cbork-abnf-parser" \
53+ --args5 = "--libs=hermes-ipfs" \
54+ --args6 = "--libs=catalyst-voting" \
55+ --args7 = "--libs=immutable-ledger" \
56+ --args8 = "--bins=cbork/cbork" \
6457 --docs = "true"
6558
6659 SAVE ARTIFACT target/$TARGETARCH /doc doc
0 commit comments