mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 18:06:43 +02:00
nix: stop running unnecessary cargo check on builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c137961de7
commit
76e5309d6d
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ craneLib.buildPackage ( commonAttrs // {
|
||||||
|
|
||||||
# This is redundant with CI
|
# This is redundant with CI
|
||||||
cargoTestCommand = "";
|
cargoTestCommand = "";
|
||||||
|
cargoCheckCommand = "";
|
||||||
# This is redundant with CI
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# https://crane.dev/faq/rebuilds-bindgen.html
|
# https://crane.dev/faq/rebuilds-bindgen.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue