瀏覽代碼

build: bundle the bootnode too into alltools

Péter Szilágyi 8 年之前
父節點
當前提交
090699c0f6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      build/ci.go

+ 1 - 0
build/ci.go

@@ -70,6 +70,7 @@ var (
 	allToolsArchiveFiles = []string{
 		"COPYING",
 		executablePath("abigen"),
+		executablePath("bootnode"),
 		executablePath("evm"),
 		executablePath("geth"),
 		executablePath("swarm"),