diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-02 22:05:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 22:05:23 +0800 |
commit | 725c2646a013622f35684f2f4a2e30a649c107a4 (patch) | |
tree | 126312f169ac3cafc9dab3bcb8c67acebd488002 | |
parent | f2e94ff94bf2bbf4c4067677b6ea894574d8fb02 (diff) | |
parent | 090699c0f63e52b20f8ec458ecc3eda9df507c3f (diff) | |
download | go-tangerine-725c2646a013622f35684f2f4a2e30a649c107a4.tar.gz go-tangerine-725c2646a013622f35684f2f4a2e30a649c107a4.tar.zst go-tangerine-725c2646a013622f35684f2f4a2e30a649c107a4.zip |
Merge pull request #3735 from karalabe/bundle-bootnode
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 8b6d2d5e0..05e95b0f1 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"), |