Skip to content

Commit

Permalink
test(rust): try earthly no-cache and fix doc artifact
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <bkioshn@gmail.com>
  • Loading branch information
bkioshn committed Dec 18, 2024
1 parent 349642c commit 8583611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ COPY_SRC:
# builder : Set up our target toolchains, and copy our files.
builder:
DO rust-ci+SETUP
RUN --no-cache

# sync-cfg: Synchronize local config with CI version.
# Must be run by the developer manually.
Expand Down Expand Up @@ -53,6 +52,7 @@ check:
build:
FROM +builder-src

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

SAVE ARTIFACT target/$TARGETARCH/doc doc
SAVE ARTIFACT target/doc doc
SAVE ARTIFACT target/release/cbork cbork

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

0 comments on commit 8583611

Please sign in to comment.