Skip to content

Commit

Permalink
make Bazel includes all files in the types package
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and dapplion committed Aug 16, 2022
1 parent f1b4b63 commit 828b0ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion beacon-chain/execution/types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test")

go_library(
name = "go_default_library",
srcs = ["eth1_types.go"],
srcs = [
"eth1_types.go",
"hashing.go",
"gen_header_json.go",
],
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/execution/types",
visibility = ["//beacon-chain:__subpackages__"],
deps = [
Expand Down

0 comments on commit 828b0ff

Please sign in to comment.