Merge pull request #129609 from zowoq/dockertools-tarsum

dockerTools.tarsum: use current go
This commit is contained in:
Robert Hensing 2021-07-08 13:19:36 +02:00 committed by GitHub
commit 52842021e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -132,6 +132,7 @@ rec {
cp ${./tarsum.go} tarsum.go
export GOPATH=$(pwd)
export GOCACHE="$TMPDIR/go-cache"
export GO111MODULE=off
mkdir -p src/github.com/docker/docker/pkg
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
go build

View file

@ -363,7 +363,6 @@ in
grsync = callPackage ../applications/misc/grsync { };
dockerTools = callPackage ../build-support/docker {
go = buildPackages.go_1_15;
writePython3 = buildPackages.writers.writePython3;
};