From f1b8934400137fe832909730ad86d73595612e9e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Feb 2019 23:30:21 -0800 Subject: [PATCH] [CI] Remove macos-notest-ios bot Not sure what ancient compiler it is (gcc 4.2?), but didn't like hb_zip SFINAE apparently: In file included from /Users/distiller/project/src/hb-aat-layout.cc:28: In file included from /Users/distiller/project/src/hb-open-type.hh:32: In file included from /Users/distiller/project/src/hb.hh:642: /Users/distiller/project/src/hb-iter.hh:364:1: note: candidate template ignored: substitution failure [with A = OT::Coverage, B = OT::OffsetArrayOf]: non-type template argument does not refer to any declaration hb_zip (const A& a, const B &b) ^ In file included from /Users/distiller/project/src/hb-aat-layout.cc:37: In file included from /Users/distiller/project/src/hb-aat-layout-kerx-table.hh:31: In file included from /Users/distiller/project/src/hb-kern.hh:32: /Users/distiller/project/src/hb-ot-layout-gpos-table.hh:725:20: error: no matching function for call to 'hb_zip' for (auto it = hb_zip (this+coverage, pairSet) ^~~~~~ Not going to try to appease. --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c59e48..625f293 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,18 +22,6 @@ jobs: - run: make -j4 - run: make check || .ci/fail.sh - macos-notest-ios: - macos: - xcode: "10.0.0" - steps: - - checkout - - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake - # not needed to be a framework but we like to test that also - # TODO: wrong way of targeting iOS as it doesn't point to iOS headers thus building - # CoreText support is not possible, after the fix feel free HB_IOS from CMake altogether - - run: cmake -DBUILD_FRAMEWORK=ON -H. -Bbuild -GXcode -DHB_HAVE_CORETEXT=OFF -DHB_BUILD_SUBSET=OFF -DHB_BUILD_TESTS=OFF - - run: cd build && xcodebuild -sdk iphoneos12.0 -configuration Release build -arch arm64 - distcheck: docker: - image: ubuntu:17.10 @@ -308,7 +296,6 @@ workflows: # macOS - macos-10.12.6-aat-fonts - macos-10.13.6-aat-fonts - - macos-notest-ios # both autotools and cmake - distcheck -- 2.7.4