cpm icon indicating copy to clipboard operation
cpm copied to clipboard

Please document where cache/prebuilds are stored

Open KES777 opened this issue 3 years ago • 2 comments

From documentation save builds for CPAN distributions; I can not figure out where prebuilds are stored.

I want to mount this folder for my Dockerfile, to speedup installation when container is recreated.

KES777 avatar Jun 19 '22 15:06 KES777

For reference, this is ~/.perl-cpm:

RUN  \
  --mount=type=cache,target=/root/.perl-cpm   \
  cpm install  -w 16  --no-test  -L ./local   \
  --show-build-log-on-failure                 \
  --snapshot ./cpanfile.snapshot              \
  --cpanfile ./cpanfile

KES777 avatar Dec 24 '22 12:12 KES777

it would be a good idea to display all path in --help

bes-internal avatar Oct 01 '23 20:10 bes-internal