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.
2 parents 2d12aff + 8583611 commit 3224e98Copy full SHA for 3224e98
rust/Earthfile
@@ -52,6 +52,7 @@ check:
52
build:
53
FROM +builder-src
54
55
+ RUN --no-cache
56
DO rust-ci+EXECUTE \
57
--cmd="/scripts/std_build.py" \
58
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -64,7 +65,7 @@ build:
64
65
--coverage="cat-libs.coverage.info" \
66
--docs="true"
67
- SAVE ARTIFACT target/$TARGETARCH/doc doc
68
+ SAVE ARTIFACT target/doc doc
69
SAVE ARTIFACT target/release/cbork cbork
70
71
# build-src-check: Check for any caching issues with the source we are building against.
0 commit comments