Skip to content

Commit 3224e98

Browse files
authored
Merge branch 'feat/cardano-blockchain-types' into fix/rust-test-doc
2 parents 2d12aff + 8583611 commit 3224e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ check:
5252
build:
5353
FROM +builder-src
5454

55+
RUN --no-cache
5556
DO rust-ci+EXECUTE \
5657
--cmd="/scripts/std_build.py" \
5758
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -64,7 +65,7 @@ build:
6465
--coverage="cat-libs.coverage.info" \
6566
--docs="true"
6667

67-
SAVE ARTIFACT target/$TARGETARCH/doc doc
68+
SAVE ARTIFACT target/doc doc
6869
SAVE ARTIFACT target/release/cbork cbork
6970

7071
# build-src-check: Check for any caching issues with the source we are building against.

0 commit comments

Comments
 (0)