Merge pull request #6829 from unclejack/update_archive_tar

update vendored archive/tar to lower the number of memory allocations
This commit is contained in:
unclejack
2014-07-07 23:35:19 +03:00
3 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -53,9 +53,9 @@ clone hg code.google.com/p/go.net 84a4013f96e0
clone hg code.google.com/p/gosqlite 74691fb6f837
# get Go tip's archive/tar, for xattr support
# TODO after Go 1.3 drops, bump our minimum supported version and drop this vendored dep
clone hg code.google.com/p/go 3458ba248590
# get Go tip's archive/tar, for xattr support and improved performance
# TODO after Go 1.4 drops, bump our minimum supported version and drop this vendored dep
clone hg code.google.com/p/go 17404efd6b02
mv src/code.google.com/p/go/src/pkg/archive/tar tmp-tar
rm -rf src/code.google.com/p/go
mkdir -p src/code.google.com/p/go/src/pkg/archive