Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set LIBGL_ALWAYS_SOFTWARE env variable in doc build #762

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

greschd
Copy link
Member

@greschd greschd commented Jan 13, 2025

Gets rid of the MESA errors [1] which appeared since ubuntu-latest switched to 24.04.

[1] errors like the following. They seemed to ultimately not cause any build failure, but pollute the output.

MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
glx: failed to create drisw screen

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.98%. Comparing base (f7a7b17) to head (71a247a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #762   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files         109      109           
  Lines        5698     5698           
  Branches      323      323           
=======================================
  Hits         5412     5412           
  Misses        285      285           
  Partials        1        1           
Flag Coverage Δ
direct-launch 91.57% <ø> (ø)
minimum-deps 93.14% <ø> (ø)
python-3.10 94.20% <ø> (ø)
python-3.11 94.13% <ø> (ø)
python-3.12 94.33% <ø> (ø)
server-2024R2 90.76% <ø> (ø)
server-2025R1 94.13% <ø> (ø)
server-2025R2 94.13% <ø> (ø)
server-latest 94.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@greschd greschd marked this pull request as ready for review January 13, 2025 09:46
@greschd greschd merged commit d47183c into main Jan 13, 2025
33 checks passed
@greschd greschd deleted the maint/fix_doc_build branch January 13, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants