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 74fc2ca commit 8b1e08cCopy full SHA for 8b1e08c
rust/Earthfile
@@ -52,6 +52,7 @@ check:
52
build:
53
FROM +builder-src
54
RUN --no-cache echo "Cache Disabled"
55
+ WAIT
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" \
@@ -63,7 +64,7 @@ build:
63
64
--junit="cat-libs.junit-report.xml" \
65
--coverage="cat-libs.coverage.info" \
66
--docs="true"
-
67
+ END
68
SAVE ARTIFACT target/doc doc
69
SAVE ARTIFACT target/release/cbork cbork
70
SAVE ARTIFACT ~/build/target build
0 commit comments