Unverified Commit 66cf86d0 authored by Someone's avatar Someone Committed by GitHub
Browse files

github-runner: only disable __noChroot on linux (#508010)

parents 4c3ffb6b 2834b1a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ buildDotnetModule (finalAttrs: {

  # tests fail with sandboxing under darwin
  __darwinAllowLocalNetworking = true;
  __noChroot = true;
  __noChroot = stdenv.hostPlatform.isDarwin;

  # Fully qualified name of disabled tests
  disabledTests = [