Skip to content

Commit e4bf004

Browse files
zeligobscuren
authored andcommitted
build/ci: add swarm related executables (bzzd, bzzup, bzzhash) to binary packages (#3354)
1 parent 801a13f commit e4bf004

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

build/ci.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ var (
7272
executablePath("abigen"),
7373
executablePath("evm"),
7474
executablePath("geth"),
75+
executablePath("bzzd"),
76+
executablePath("bzzhash"),
77+
executablePath("bzzup"),
7578
executablePath("rlpdump"),
7679
}
7780

@@ -89,6 +92,18 @@ var (
8992
Name: "evm",
9093
Description: "Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
9194
},
95+
{
96+
Name: "bzzd",
97+
Description: "Ethereum Swarm daemon",
98+
},
99+
{
100+
Name: "bzzup",
101+
Description: "Ethereum Swarm command line file/directory uploader",
102+
},
103+
{
104+
Name: "bzzhash",
105+
Description: "Ethereum Swarm file/directory hash calculator",
106+
},
92107
{
93108
Name: "abigen",
94109
Description: "Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages.",

0 commit comments

Comments
 (0)