mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Disable race detection on go docker images, use pure=on when there are no c++ deps (#1215)
This commit is contained in:
@@ -36,6 +36,8 @@ go_image(
|
||||
"@com_github_libp2p_go_libp2p_kad_dht//:go_default_library",
|
||||
"@com_github_multiformats_go_multiaddr//:go_default_library",
|
||||
],
|
||||
race = "off",
|
||||
pure = "on",
|
||||
)
|
||||
|
||||
container_push(
|
||||
|
||||
@@ -32,6 +32,8 @@ go_image(
|
||||
"@com_github_libp2p_go_libp2p_crypto//:go_default_library",
|
||||
"@com_github_multiformats_go_multiaddr//:go_default_library",
|
||||
],
|
||||
race = "off",
|
||||
pure = "on",
|
||||
)
|
||||
|
||||
container_push(
|
||||
|
||||
Reference in New Issue
Block a user