build: dump env

This commit is contained in:
Felix Lange 2022-09-28 21:35:51 +02:00
parent 7e7868666e
commit 040edfec20

View file

@ -57,6 +57,7 @@ import (
"time" "time"
"github.com/cespare/cp" "github.com/cespare/cp"
"github.com/davecgh/go-spew/spew"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto/signify" "github.com/ethereum/go-ethereum/crypto/signify"
"github.com/ethereum/go-ethereum/internal/build" "github.com/ethereum/go-ethereum/internal/build"
@ -660,6 +661,9 @@ func doDebianSource(cmdline []string) {
*workdir = makeWorkdir(*workdir) *workdir = makeWorkdir(*workdir)
env := build.Env() env := build.Env()
tc := new(build.GoToolchain) tc := new(build.GoToolchain)
spew.Dump(env)
maybeSkipArchive(env) maybeSkipArchive(env)
// Import the signing key. // Import the signing key.