fetch-cargo-deps: add debug output
... so that we can find out why there are sporadic hash mismatches.
This commit is contained in:
parent
2ede3e6ddd
commit
2389a707af
@ -172,3 +172,8 @@ done)
|
||||
# Remove unneeded outputs
|
||||
[[ ! -d $out/registry/src ]] || rm -rf $out/registry/src
|
||||
[[ ! -d $out/git/checkouts ]] || rm -rf $out/git/checkouts
|
||||
|
||||
# XXX: provide some debugging output to see find out why we are seeing
|
||||
# sporadic hash mismatches
|
||||
find $out ! -type f
|
||||
find $out -type f -exec sha256sum {} +
|
||||
|
Loading…
Reference in New Issue
Block a user