Merge pull request #56902 from kalbasit/nixpkgs_fix-build-support-docker-go-1-12
build-support/docker: fix the build of tarsum with Go 1.12
This commit is contained in:
commit
ced8811749
|
@ -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