From 946e9da65c7a2ec09006ffbb5804100571ec8943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 1 Jan 2026 20:17:49 +0100 Subject: [PATCH] package/ci: new macOS image, new lcov, new trash errors. --- package/ci/circleci.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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