Add support for building cargo'ed Rust programs
This commit is contained in:
committed by
Ricardo M. Correia
parent
c55c7e1c1e
commit
7d67efa3f2
@@ -224,7 +224,7 @@ make_deterministic_repo(){
|
||||
fi
|
||||
done
|
||||
|
||||
# Do a full repack. Must run single-threaded, or else we loose determinism.
|
||||
# Do a full repack. Must run single-threaded, or else we lose determinism.
|
||||
git config pack.threads 1
|
||||
git repack -A -d -f
|
||||
rm -f .git/config
|
||||
|
||||
Reference in New Issue
Block a user