Remove most of the remaining geth code and set up bazel (#235)

* Remove most of the remaining geth code and set up bazel for this

* chmod +x

* Add flake check

* better flake detection


Former-commit-id: 5c332ecbf2923943f646f1fe40befa95be883329 [formerly 99590fc354514584700e5ce8d7d30a8a7d541f29]
Former-commit-id: e5f919b553fe698e98090965d34eb721990b5693
This commit is contained in:
Preston Van Loon
2018-07-07 13:23:19 -04:00
committed by GitHub
parent 6918dc483b
commit 68eba02cc2
2158 changed files with 945 additions and 779706 deletions

7
BUILD.bazel Normal file
View File

@@ -0,0 +1,7 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:prefix github.com/prysmaticlabs/geth-sharding
gazelle(
name = "gazelle",
prefix = "github.com/prysmaticlabs/geth-sharding",
)