Unverified Commit 4fb8086f authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

rustup: disable parallel testing (#409651)

parents 2c895788 3533884e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
  # Random tests fail nondeterministically on macOS.
  # TODO: Investigate this.
  doCheck = !stdenv.hostPlatform.isDarwin;
  # Random failures when running tests in parallel.
  preCheck = ''
    export NIX_BUILD_CORES=1
  '';

  # skip failing tests
  checkFlags = [