Fork me on GitHub
#tools-deps
<
2021-05-28
>
otfrom11:05:12

Is .cpcache only used in the local directory, not from transitive dirs

otfrom11:05:19

just wondering what I need to clean up

borkdude11:05:37

@otfrom fwiw -Sforce ignores the local .cpcache. When not using that, the CLI calculates a hash of the used deps.edn + options and looks if there is already a file with that hash. All only in the local directory.

borkdude11:05:30

(this is a faithful translation from the bash/Powershell code to Clojure)