File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ COPY_SRC:
2121# builder : Set up our target toolchains, and copy our files.
2222builder :
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.
5352build :
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" \
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.
You can’t perform that action at this time.
0 commit comments