Merge #82342: rustPlatform: increase build-speed of checkPhase
...for rust-packages (into staging)
This commit is contained in:
@@ -15,9 +15,7 @@ rustPlatform.buildRustPackage {
|
||||
inherit rev sha256;
|
||||
};
|
||||
|
||||
preBuild = "pushd crates/rust-analyzer";
|
||||
# Do not checking other crates in checkPhase.
|
||||
preInstall = "popd";
|
||||
buildAndTestSubdir = "crates/rust-analyzer";
|
||||
|
||||
cargoBuildFlags = lib.optional useJemalloc "--features=jemalloc";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user