Merge pull request #220887 from stehessel/buf-darwin-fix-tests

buf: allow local networking in darwin tests
This commit is contained in:
Weijia Wang
2023-03-18 19:28:23 +02:00
committed by GitHub
+3
View File
@@ -44,6 +44,9 @@ buildGoModule rec {
export CI=true
'';
# Allow tests that bind or connect to localhost on macOS.
__darwinAllowLocalNetworking = true;
installPhase = ''
runHook preInstall