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 8b1e08c commit 2f52702Copy full SHA for 2f52702
rust/Earthfile
@@ -52,7 +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" \
@@ -64,10 +64,8 @@ build:
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
71
72
# build-src-check: Check for any caching issues with the source we are building against.
73
check-builder-src-cache:
0 commit comments