From 0302cd00c9d558589fcc615393bbcf7f83a2e5d0 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Mon, 8 Dec 2025 00:37:10 +0300 Subject: [PATCH] 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. --- packaging/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/hydra.nix b/packaging/hydra.nix index 20605418b..3a31314f7 100644 --- a/packaging/hydra.nix +++ b/packaging/hydra.nix @@ -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