.circleci/config.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e1b8e933f099efae3c3e1f5706be19120b44de20
Author: Ebrahim Byagowi <ebra...@gnu.org>
Date:   Tue Oct 23 09:23:48 2018 +0330

    [ci] Disable llvm-gcc
    
      #define Null(Type) Null<typename hb_remove_const<typename 
hb_remove_reference<Type>::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 97a7b156..46fb65b2 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
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to