diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-02 21:23:15 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-03-02 21:23:15 +0800 |
commit | 090699c0f63e52b20f8ec458ecc3eda9df507c3f (patch) | |
tree | 157ceeca18ba4e76d24072c35e347515004feb0f | |
parent | 213b8f9af41aee0f0888818bceb500374409733d (diff) | |
download | dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.gz dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.bz2 dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.lz dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.xz dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.tar.zst dexon-090699c0f63e52b20f8ec458ecc3eda9df507c3f.zip |
build: bundle the bootnode too into alltools
-rw-r--r-- | build/ci.go | 1 |
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"), |