Selaa lähdekoodia

build: bundle the bootnode too into alltools

Péter Szilágyi 8 vuotta sitten
vanhempi
commit
090699c0f6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"),