From 7e6b3e1b428bd5ea860c05d0c5a71cd1ecd23364 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Aug 2020 23:55:32 +0100 Subject: chore: Add meta.ci=false to various broken projects These projects, which are not currently included in CI runs, don't build at the moment. Upcoming logic changes would mean that we would start including them in CI, which is undesirable until they're fixed - but I'm not going to be doing that now. Change-Id: I7c337e098be8bff00db6d99fc7236a695f5a85f5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1850 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- tools/depot-scanner/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/depot-scanner/default.nix b/tools/depot-scanner/default.nix index d18034cff0..e6fd5dec29 100644 --- a/tools/depot-scanner/default.nix +++ b/tools/depot-scanner/default.nix @@ -13,4 +13,4 @@ in depot.nix.buildGo.program { deps = [ localProto ]; -} // { inherit localProto; } +} // { inherit localProto; meta.ci = false; } -- cgit 1.4.1