build/ci: add swarm related executables (bzzd, bzzup, bzzhash) to binary packages (#3354)
This commit is contained in:
parent
801a13f791
commit
e4bf004560
15
build/ci.go
15
build/ci.go
@ -72,6 +72,9 @@ var (
|
|||||||
executablePath("abigen"),
|
executablePath("abigen"),
|
||||||
executablePath("evm"),
|
executablePath("evm"),
|
||||||
executablePath("geth"),
|
executablePath("geth"),
|
||||||
|
executablePath("bzzd"),
|
||||||
|
executablePath("bzzhash"),
|
||||||
|
executablePath("bzzup"),
|
||||||
executablePath("rlpdump"),
|
executablePath("rlpdump"),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,6 +92,18 @@ var (
|
|||||||
Name: "evm",
|
Name: "evm",
|
||||||
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
|
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "bzzd",
|
||||||
|
Description: "Ethereum Swarm daemon",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "bzzup",
|
||||||
|
Description: "Ethereum Swarm command line file/directory uploader",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "bzzhash",
|
||||||
|
Description: "Ethereum Swarm file/directory hash calculator",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "abigen",
|
Name: "abigen",
|
||||||
Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",
|
Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",
|
||||||
|
Loading…
Reference in New Issue
Block a user