From e780435d09207b84dff49c870e875ad3f052b2fe Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 26 Jul 2020 13:51:49 +0100 Subject: chore(3p/gerrit_plugins): add machinery for compiling Gerrit plugins from source This looks particularly obnoxious for the owners plugin, because it's actually two plugins with a common library in the same repo. Other plugins are much cleaner to deal with (hence the default for overlayPluginCmd). Change-Id: Ibb9588c8a29b63e8509436fcbb70054e89349712 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1461 Tested-by: BuildkiteCI Reviewed-by: glittershark --- ci-builds.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index d4ea63d99e..6b7f48f44d 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -68,6 +68,11 @@ in lib.fix (self: { rapidcheck ] ++ builtins.attrValues lisp; + gerrit = with depot.third_party.gerrit_plugins; [ + depot.third_party.gerrit + owners + ]; + lisp = with depot.lisp; [ dns klatre -- cgit 1.4.1