mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
rustup: disable parallel testing (#409651)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user