mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user