about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-26T22·55+0100
committertazjin <mail@tazj.in>2020-08-26T23·49+0000
commit7e6b3e1b428bd5ea860c05d0c5a71cd1ecd23364 (patch)
treebac1a286f3a215b60b1201e32ec0e4acdf29c69a /tools
parent970f90c711d358999af9669835588968e1008439 (diff)
chore: Add meta.ci=false to various broken projects r/1721
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 <rikingcoding@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/depot-scanner/default.nix2
1 files changed, 1 insertions, 1 deletions
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; }