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:
sterni 2023-04-26 16:55:17 +02:00
parent 6ce45cbaea
commit 6d03eb1249

View file

@ -153,4 +153,6 @@ pkgs.lib.makeOverridable pkgs.buildBazelPackage {
"webhooks"
];
};
meta.ci.targets = [ "deps" ];
}