mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
build: dump env
This commit is contained in:
parent
7e7868666e
commit
040edfec20
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/cespare/cp"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/crypto/signify"
|
||||
"github.com/ethereum/go-ethereum/internal/build"
|
||||
|
|
@ -660,6 +661,9 @@ func doDebianSource(cmdline []string) {
|
|||
*workdir = makeWorkdir(*workdir)
|
||||
env := build.Env()
|
||||
tc := new(build.GoToolchain)
|
||||
|
||||
spew.Dump(env)
|
||||
|
||||
maybeSkipArchive(env)
|
||||
|
||||
// Import the signing key.
|
||||
|
|
|
|||
Loading…
Reference in a new issue