mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
skip checks for deps-only derivation
This is probably a crane bug that it's doing this in the first place.
This commit is contained in:
parent
8b7cbb5f25
commit
a901d62575
1 changed files with 3 additions and 3 deletions
|
|
@ -102,6 +102,9 @@ let
|
|||
|
||||
# Opt out of crane's automagic cross support
|
||||
doIncludeCrossToolchainEnv = false;
|
||||
|
||||
# This is redundant with CI
|
||||
doCheck = false;
|
||||
};
|
||||
in
|
||||
|
||||
|
|
@ -115,9 +118,6 @@ craneLib.buildPackage (commonAttrs // {
|
|||
(features' != [])
|
||||
"--features " + (builtins.concatStringsSep "," features');
|
||||
|
||||
# This is redundant with CI
|
||||
doCheck = false;
|
||||
|
||||
env = buildPackageEnv;
|
||||
|
||||
passthru = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue