From b04e726be7d5e9adee4362783bc43b34310b7ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Jul 2025 14:53:17 +0200 Subject: [PATCH] package/ci: lcov!!! don't test my patience! --- package/ci/circleci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index a167ada6e..f3024f1e2 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -744,7 +744,11 @@ jobs: - install-static-moltenvk - build: script: unix-desktop.sh - - lcov + # For some reason newer lcov produces random consistency errors, like the + # one in package/archlinux/PKGBUILD. Not the case with Xcode 13.4 image, + # only here. + - lcov: + extra: --ignore-errors inconsistent,gcov emscripten-webgl1: executor: emscripten2