[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Oct 23 06:23:29 UTC 2018
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e1b8e933f099efae3c3e1f5706be19120b44de20
Author: Ebrahim Byagowi <ebrahim at 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
More information about the HarfBuzz
mailing list