mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 03:21:03 +01:00
packaging/hydra: Don't build kaitai nar docs tests in hydra
It's not evaling on hydra currently and is only part of the docs. Support for this it best effort at best so we should not build this in hydra, considering the amount of effort required to support this. I would even consider dropping these checks and component altogether, since there doesn't seem to be much interest in maintaining these docs from the core team anyway.
This commit is contained in:
parent
2f80fc473f
commit
0302cd00c9
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ let
|
|||
"nix-cli"
|
||||
"nix-functional-tests"
|
||||
"nix-json-schema-checks"
|
||||
"nix-kaitai-struct-checks"
|
||||
]
|
||||
++ lib.optionals enableBindings [
|
||||
"nix-perl-bindings"
|
||||
|
|
@ -73,6 +72,7 @@ let
|
|||
"nix-manual-manpages-only"
|
||||
"nix-internal-api-docs"
|
||||
"nix-external-api-docs"
|
||||
"nix-kaitai-struct-checks"
|
||||
]
|
||||
);
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue