Merge pull request #93128 from Ma27/fix-rust-build-flags

rust: Fix build flags
This commit is contained in:
Florian Klink
2020-07-16 12:47:26 +02:00
committed by GitHub
2 changed files with 9 additions and 8 deletions
@@ -39,9 +39,7 @@ rustPlatform.buildRustPackage rec {
)
];
# Disable tests until they can be run with --features no-self-update
doCheck = false;
#doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;
postInstall = ''
pushd $out/bin