subtree(3p/cgit): update for git 2.36.0 support

Merge commit '51596ba1c25ff0dbba894153015203b4f1d3947b' into canon

Change-Id: Iaaf7a849d111aebc6bf85cec118439ba1d49f1e3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5521
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2022-05-04 17:56:50 +02:00 committed by clbot
parent 5fae8b0826
commit fbbee5584b
4 changed files with 3 additions and 4 deletions

View file

@ -51,5 +51,5 @@ in rec {
# Systems that should be built in CI
whitbySystem = (nixosFor depot.ops.machines.whitby).system;
sandunySystem = (nixosFor depot.ops.machines.sanduny).system;
meta.ci.targets = [ "sandunySystem" /* "whitbySystem" */ ];
meta.ci.targets = [ "sandunySystem" "whitbySystem" ];
}