From: Ebrahim Byagowi Date: Tue, 23 Oct 2018 05:53:48 +0000 (+0330) Subject: [ci] Disable llvm-gcc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1b8e933f099efae3c3e1f5706be19120b44de20;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [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. --- 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