aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-02 21:23:15 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-03-02 21:23:15 +0800
commit090699c0f63e52b20f8ec458ecc3eda9df507c3f (patch)
tree157ceeca18ba4e76d24072c35e347515004feb0f /build
parent213b8f9af41aee0f0888818bceb500374409733d (diff)
downloadgo-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.gz
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.bz2
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.lz
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.xz
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.zst
go-tangerine-090699c0f63e52b20f8ec458ecc3eda9df507c3f.zip
build: bundle the bootnode too into alltools
Diffstat (limited to 'build')
-rw-r--r--build/ci.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ci.go b/build/ci.go
index d8c76567c..c52d1c802 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -70,6 +70,7 @@ var (
allToolsArchiveFiles = []string{
"COPYING",
executablePath("abigen"),
+ executablePath("bootnode"),
executablePath("evm"),
executablePath("geth"),
executablePath("swarm"),