Unverified Commit 061e01c2 authored by Austin Horstman's avatar Austin Horstman
Browse files

terramate: fix darwin

http: TLS handshake error from 127.0.0.1:53166: remote error: tls: bad
certificate
parent ad79ee1a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ buildGoModule rec {

  ldflags = [ "-extldflags" "-static" ];

  # Needed for the tests to pass on macOS
  __darwinAllowLocalNetworking = true;

  # Disable failing E2E tests preventing the package from building
  excludedPackages = [ "./e2etests/cloud" "./e2etests/core" ];