Merge pull request #115083 from osener/fix-dockertools-on-darwin

dockerTools: fix build on Darwin
This commit is contained in:
Robert Hensing
2021-03-04 16:50:26 +01:00
committed by GitHub
2 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ rec {
export GOPATH=$(pwd)
export GOCACHE="$TMPDIR/go-cache"
mkdir -p src/github.com/docker/docker/pkg
ln -sT ${docker.moby.src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
go build
mkdir -p $out/bin