We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ae498 commit 74fc2caCopy full SHA for 74fc2ca
rust/Earthfile
@@ -52,8 +52,6 @@ check:
52
build:
53
FROM +builder-src
54
RUN --no-cache echo "Cache Disabled"
55
-
56
- RUN rm -rf ~/build/target/release
57
DO rust-ci+EXECUTE \
58
--cmd="/scripts/std_build.py" \
59
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -68,6 +66,7 @@ build:
68
66
69
67
SAVE ARTIFACT target/doc doc
70
SAVE ARTIFACT target/release/cbork cbork
+ 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