Unverified Commit 23fff891 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

buf: allow local networking in darwin tests
parents de7f43e7 48e3440a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ buildGoModule rec {
    export CI=true
  '';

  # Allow tests that bind or connect to localhost on macOS.
  __darwinAllowLocalNetworking = true;

  installPhase = ''
    runHook preInstall