nix-prefetch-git: Remove some pack file non-determinism
This commit is contained in:
parent
00762b5754
commit
89636b9a5e
@ -265,7 +265,9 @@ make_deterministic_repo(){
|
|||||||
rm -f .git/config
|
rm -f .git/config
|
||||||
|
|
||||||
# Garbage collect unreferenced objects.
|
# Garbage collect unreferenced objects.
|
||||||
git gc --prune=all
|
# Note: --keep-largest-pack prevents non-deterministic ordering of packs
|
||||||
|
# listed in .git/objects/info/packs by only using a single pack
|
||||||
|
git gc --prune=all --keep-largest-pack
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user