dockerTools: fix build on Darwin

Fixes #110665

Introduced by #109420
This commit is contained in:
Ozan Sener
2021-03-04 16:17:48 +01:00
parent 1b15953c03
commit 78f322f2d0
2 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -120,7 +120,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