Skip to content

Commit 8583611

Browse files
committed
test(rust): try earthly no-cache and fix doc artifact
Signed-off-by: bkioshn <[email protected]>
1 parent 349642c commit 8583611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ COPY_SRC:
2121
# builder : Set up our target toolchains, and copy our files.
2222
builder:
2323
DO rust-ci+SETUP
24-
RUN --no-cache
2524

2625
# sync-cfg: Synchronize local config with CI version.
2726
# Must be run by the developer manually.
@@ -53,6 +52,7 @@ check:
5352
build:
5453
FROM +builder-src
5554

55+
RUN --no-cache
5656
DO rust-ci+EXECUTE \
5757
--cmd="/scripts/std_build.py" \
5858
--args1="--libs=c509-certificate --libs=cardano-blockchain-types --libs=cardano-chain-follower --libs=hermes-ipfs" \
@@ -65,7 +65,7 @@ build:
6565
--coverage="cat-libs.coverage.info" \
6666
--docs="true"
6767

68-
SAVE ARTIFACT target/$TARGETARCH/doc doc
68+
SAVE ARTIFACT target/doc doc
6969
SAVE ARTIFACT target/release/cbork cbork
7070

7171
# build-src-check: Check for any caching issues with the source we are building against.

0 commit comments

Comments
 (0)