build-support/docker: fix the build of tarsum with Go 1.12
This commit is contained in:
parent
1aa0980e1a
commit
9b22a51712
@ -77,6 +77,7 @@ rec {
|
||||
|
||||
cp ${./tarsum.go} tarsum.go
|
||||
export GOPATH=$(pwd)
|
||||
export GOCACHE="$TMPDIR/go-cache"
|
||||
mkdir -p src/github.com/docker/docker/pkg
|
||||
ln -sT ${docker.src}/components/engine/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
|
||||
go build
|
||||
|
Loading…
Reference in New Issue
Block a user