Commit 48e3440a authored by Stephan Heßelmann's avatar Stephan Heßelmann
Browse files

buf: allow local networking in darwin tests

parent 8f1e87b4
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