Add support for building cargo'ed Rust programs

This commit is contained in:
Georges Dubus
2014-10-10 16:59:37 +02:00
committed by Ricardo M. Correia
parent c55c7e1c1e
commit 7d67efa3f2
12 changed files with 310 additions and 18 deletions

View File

@@ -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