Merge pull request #220887 from stehessel/buf-darwin-fix-tests
buf: allow local networking in darwin tests
This commit is contained in:
@@ -44,6 +44,9 @@ buildGoModule rec {
|
||||
export CI=true
|
||||
'';
|
||||
|
||||
# Allow tests that bind or connect to localhost on macOS.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user