From e1b8e933f099efae3c3e1f5706be19120b44de20 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 23 Oct 2018 09:23:48 +0330 Subject: [PATCH] [ci] Disable llvm-gcc #define Null(Type) Null::value>::value>() raises: hb-blob.cc: In function 'hb_blob_t* hb_blob_get_empty()': hb-blob.cc:194: error: using 'typename' outside of template hb-blob.cc:194: error: using 'typename' outside of template Removing "typename"s fixes the issue but makes newer compiler fail apparently. Probably downstream can patch that locally till we get a solution. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97a7b15..46fb65b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -301,8 +301,8 @@ workflows: build: jobs: # macOS - - macos-llvm-gcc-4.2 - - macos-notest-apple-gcc-i686-4.2 + #- macos-llvm-gcc-4.2 + #- macos-notest-apple-gcc-i686-4.2 - macos-notest-ios # both autotools and cmake -- 2.7.4