mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
ff1fd77425
* build docker images as non-root user * search and replace mistake * buildifer * Change uid to 1001
11 lines
327 B
Python
11 lines
327 B
Python
# gazelle:ignore
|
|
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
|
|
|
go_proto_library(
|
|
name = "faucet_go_proto",
|
|
compiler = "//:grpc_proto_compiler",
|
|
importpath = "github.com/prysmaticlabs/prysm/proto/faucet",
|
|
proto = "@prysm_testnet_site//:faucet_proto",
|
|
visibility = ["//visibility:public"],
|
|
)
|