From 090699c0f63e52b20f8ec458ecc3eda9df507c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 2 Mar 2017 15:23:15 +0200 Subject: [PATCH] build: bundle the bootnode too into alltools --- build/ci.go | 1 + 1 file changed, 1 insertion(+) 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"),