Skip to content

Commit 74fc2ca

Browse files
committed
test ci
1 parent 53ae498 commit 74fc2ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/Earthfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ check:
5252
build:
5353
FROM +builder-src
5454
RUN --no-cache echo "Cache Disabled"
55-
56-
RUN rm -rf ~/build/target/release
5755
DO rust-ci+EXECUTE \
5856
--cmd="/scripts/std_build.py" \
5957
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -68,6 +66,7 @@ build:
6866

6967
SAVE ARTIFACT target/doc doc
7068
SAVE ARTIFACT target/release/cbork cbork
69+
SAVE ARTIFACT ~/build/target build
7170

7271
# build-src-check: Check for any caching issues with the source we are building against.
7372
check-builder-src-cache:

0 commit comments

Comments
 (0)