diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 361a692..90de9a0 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -402,7 +402,10 @@ jobs: - install-meshoptimizer - build: script: unix-desktop.sh - - lcov + # The 14.3 image seems to have the new lcov, which is very picky and throws + # errors about a ton of little things, 14.0.1 and older didn't + - lcov: + extra: --ignore-errors inconsistent macos-gles3: executor: xcode-14_3 @@ -419,7 +422,10 @@ jobs: - install-meshoptimizer - build: script: unix-desktop-gles.sh - - lcov + # The 14.3 image seems to have the new lcov, which is very picky and throws + # errors about a ton of little things, 14.0.1 and older didn't + - lcov: + extra: --ignore-errors inconsistent macos-static: executor: xcode-14_3 @@ -434,7 +440,10 @@ jobs: - install-meshoptimizer - build: script: unix-desktop.sh - - lcov + # The 14.3 image seems to have the new lcov, which is very picky and throws + # errors about a ton of little things, 14.0.1 and older didn't + - lcov: + extra: --ignore-errors inconsistent workflows: version: 2