Temporarily disable static linking for validator docker image #1582 (#1589)

This commit is contained in:
Preston Van Loon 2019-02-14 08:29:34 -05:00 committed by GitHub
parent 6af4505b9a
commit 65c2fe22cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ go_image(
goos = "linux",
importpath = "github.com/prysmaticlabs/prysm/validator",
race = "off",
static = "on",
# static = "on", # TODO(1582): Reenable static linking for docker images.
tags = ["manual"],
visibility = ["//visibility:private"],
deps = [