Commit 2834b1a7 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

github-runner: only disable __noChroot on linux

parent 2eb962df
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 = [