refactor(3p/gerrit*): make deps tarball a subtarget
This should make the canon pipeline gcroot the deps tarball, making it less likely to be garbage-collected and rebuilt unnecessarily (which usually incurs a hash change due to impurities). Change-Id: I92a353d0f45056fffbc016c44a1ae05a63d76849 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8527 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
6ce45cbaea
commit
6d03eb1249
1 changed files with 2 additions and 0 deletions
2
third_party/gerrit/default.nix
vendored
2
third_party/gerrit/default.nix
vendored
|
@ -153,4 +153,6 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
|
|||
"webhooks"
|
||||
];
|
||||
};
|
||||
|
||||
meta.ci.targets = [ "deps" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue