Commit 012d0dcd authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

github-runner: work around darwin testfailures by disabling sandbox

The github-runner tests fail when executed in a sandbox, even with
`__darwinAllowLocalNetworking`.
While `sandbox = false` is still the default under darwin, `sandbox =
relaxed` becomes more popular. For that mode, `__noChroot` serves as a
marker to still disable the sandbox for that derivation.
parent 8fd3b753
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,7 +157,9 @@ buildDotnetModule (finalAttrs: {

  doCheck = true;

  # tests fail with sandboxing under darwin
  __darwinAllowLocalNetworking = true;
  __noChroot = true;

  # Fully qualified name of disabled tests
  disabledTests = [