From b0455bb19227ec1a637111d2b2d4fb7b1a46ebf3 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Wed, 19 Jul 2017 21:33:17 -0700 Subject: [PATCH] Disable openthread until build works (#726) This is to suppress our infra errors. See https://github.com/google/oss-fuzz/pull/726#issuecomment-316501632 --- projects/openthread/project.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/openthread/project.yaml b/projects/openthread/project.yaml index 1d82273e8..58f0239fc 100644 --- a/projects/openthread/project.yaml +++ b/projects/openthread/project.yaml @@ -1,2 +1,4 @@ homepage: "https://github.com/openthread/openthread" primary_contact: "jonhui@nestlabs.com" +# builds aren't working yet. +disabled: true