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 --- third_party/notmuch/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/notmuch/default.nix') diff --git a/third_party/notmuch/default.nix b/third_party/notmuch/default.nix index 8e1e9c262638..1a7a0134cef8 100644 --- a/third_party/notmuch/default.nix +++ b/third_party/notmuch/default.nix @@ -3,4 +3,7 @@ pkgs.originals.notmuch.overrideAttrs(old: { doCheck = false; patches = [ ./dottime.patch ] ++ (if old ? patches then old.patches else []); + + # TODO(tazjin): Fix the build and re-enable CI. + meta.ci = false; }) -- cgit 1.4.1