Open vdh opened 4 years ago
It looks like the correct command for CircleCI would be something like md5sum patches/* > patches.hash
md5sum patches/* > patches.hash
as suggested above worked for me on CircleCI
Thanks!
@vdh I've taken your recommendation and updated docs in a PR here: https://github.com/ds300/patch-package/pull/274
thanks again for the help
I've further clarified in my PR when to use md5
vs md5sum
Create a hash of your patches before loading/saving your cache. If using a Linux machine, run `md5sum patches/* > patches.hash`. If running on a macOS machine, use `md5 patches/* > patches.hash`
This recommendation is either outdated or incorrect, because
md5
appears to be not available in CircleCi: