toxiproxy: fix darwin build
This commit is contained in:
parent
a989aa4619
commit
c51c61e8c7
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [ "-s" "-w" "-X github.com/Shopify/toxiproxy/v2.Version=${version}" ];
|
||||
|
||||
# Fixes tests on Darwin
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
checkFlags = [ "-short" ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue