mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +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
|
# Opt out of crane's automagic cross support
|
||||||
doIncludeCrossToolchainEnv = false;
|
doIncludeCrossToolchainEnv = false;
|
||||||
|
|
||||||
|
# This is redundant with CI
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
@ -115,9 +118,6 @@ craneLib.buildPackage (commonAttrs // {
|
||||||
(features' != [])
|
(features' != [])
|
||||||
"--features " + (builtins.concatStringsSep "," features');
|
"--features " + (builtins.concatStringsSep "," features');
|
||||||
|
|
||||||
# This is redundant with CI
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
env = buildPackageEnv;
|
env = buildPackageEnv;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue