Skip to content

Commit 003a308

Browse files
committed
ci: remove most of the cache across runs
it was misconfigured and mostly useless
1 parent 67f4fc2 commit 003a308

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.cirrus.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ task:
2828
folder: $CARGO_HOME/registry
2929
fingerprint_script: cat Cargo.lock
3030
before_cache_script: rm -rf $CARGO_HOME/registry/index
31-
target_cache:
32-
folder: target
33-
fingerprint_script:
34-
- rustc --version
35-
- cat Cargo.lock
36-
bitcoind_cache:
37-
folder: $BITCOIND_DIR_NAME
38-
coordinatord_cache:
39-
folder: tests/servers/coordinatord
40-
fingerprint_script:
41-
- cd tests/servers/coordinatord && git rev-parse HEAD
42-
cosignerd_cache:
43-
folder: tests/servers/cosignerd
44-
fingerprint_script:
45-
- cd tests/servers/cosignerd && git rev-parse HEAD
4631

4732
test_script: |
4833
set -xe

0 commit comments

Comments
 (0)