scooter: compile only scooter (#424244)
This commit is contained in:
commit
fa4966631b
@ -18,6 +18,12 @@ rustPlatform.buildRustPackage rec {
|
|||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-kPweKXAitvODNoKTr2iB+qM9qMWGoKEQCxpkgrpnewY=";
|
cargoHash = "sha256-kPweKXAitvODNoKTr2iB+qM9qMWGoKEQCxpkgrpnewY=";
|
||||||
|
|
||||||
|
# Ensure that only the `scooter` package is built (excluding `xtask`)
|
||||||
|
cargoBuildFlags = [
|
||||||
|
"--package"
|
||||||
|
"scooter"
|
||||||
|
];
|
||||||
|
|
||||||
# Many tests require filesystem writes which fail in Nix sandbox
|
# Many tests require filesystem writes which fail in Nix sandbox
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user