From 9e7383d124f1f1422f542720c76b4ee9605bda8b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Feb 2019 23:54:36 -0800 Subject: [PATCH] [CI] Disable cmake-oracledeveloperstudio bot Weird error: "/root/project/src/hb-iter.hh", line 277: Error: Type name expected instead of "decltype()". "/root/project/src/hb-iter.hh", line 278: Error: Invalid type while substituting into Iter::item_t. "/root/project/src/hb-iter.hh", line 317: Error: Type name expected instead of "decltype()". "/root/project/src/hb-iter.hh", line 318: Error: Invalid type while substituting into Iter::item_t. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e58d17b..01b615f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -315,7 +315,7 @@ workflows: # cmake based builds - cmake-gcc - - cmake-oracledeveloperstudio + #- cmake-oracledeveloperstudio # crosscompiles # they can't be test thus are without tests -- 2.7.4