Skip to content

Commit 02cea97

Browse files
committed
test ci
1 parent e5a1c53 commit 02cea97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/Earthfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ check:
5151
# build : Build crates.
5252
build:
5353
FROM +builder-src
54-
54+
RUN rm -rf ~/build/target/release
5555
DO rust-ci+EXECUTE \
5656
--cmd="/scripts/std_build.py" \
5757
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -67,9 +67,6 @@ build:
6767
SAVE ARTIFACT target/doc doc
6868
SAVE ARTIFACT target/release/cbork cbork
6969

70-
RUN ls -la ~/build/target/release
71-
RUN ls -la /tmp/earthly/
72-
7370
# build-src-check: Check for any caching issues with the source we are building against.
7471
check-builder-src-cache:
7572
FROM +builder

0 commit comments

Comments
 (0)