• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devmarkusb / uiwrap / 26003913813
1%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 10:03PM UTC
Jobs 1
Files 16
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 May 2026 09:59PM UTC coverage: 1.091%. Remained the same
26003913813

push

github

MarkusB
fix: cmake stubs for Qt Wrap* packages on Beman Gentoo CI

On the Beman infra-containers/clang image (Gentoo without a synced
Portage tree), system libraries required by Qt6GuiDependencies.cmake
(OpenGL, EGL, xcb, xkbcommon) cannot be installed via emerge, vcpkg,
or apt-get.

Two fixes:
1. Unconditionally prepend ${QT_ROOT_DIR}/lib/cmake/Qt6 to
   CMAKE_PREFIX_PATH so cmake finds Qt's Wrap* cmake config files
   (they live in lib/cmake/Qt6/, not lib/cmake/WrapXxx/), bypassing
   the empty _qt_additional_packages_prefix_paths issue.

2. When no package manager succeeds, create cmake INTERFACE IMPORTED
   stubs for WrapOpenGL, WrapEGL, WrapXCB, WrapXkbCommon, and
   WrapVulkanHeaders and prepend their directory to CMAKE_PREFIX_PATH.
   The stubs declare FOUND=TRUE and empty targets, giving cmake enough
   to configure and produce compile_commands.json for clang-tidy.

Also export CMAKE_PREFIX_PATH inside append_cmake_prefix_path so
multiple calls accumulate correctly within the script.

3 of 275 relevant lines covered (1.09%)

0.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26003913813.1 17 May 2026 10:03PM UTC 16
1.09
GitHub Action Run
Source Files on build 26003913813
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26003913813
  • 9e2e932c on github
  • Prev Build on main (#26003480440)
  • Next Build on main (#26004254125)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc