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

Fix docs building in CI #618

Merged
merged 3 commits into from
May 30, 2024
Merged

Conversation

godlygeek
Copy link
Contributor

Fix docs building in CI. This was broken by #592, but wasn't noticed until the PR landed because the workflow only runs on main, not PRs.

Now that we link directly against `libdebuginfod`, we need the package
that provides it installed in every environment we build in.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
@godlygeek godlygeek self-assigned this May 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.89%. Comparing base (41248ed) to head (28b6ab5).
Report is 67 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #618      +/-   ##
==========================================
+ Coverage   92.55%   92.89%   +0.34%     
==========================================
  Files          91       92       +1     
  Lines       11304    11236      -68     
  Branches     1581     2058     +477     
==========================================
- Hits        10462    10438      -24     
+ Misses        837      798      -39     
+ Partials        5        0       -5     
Flag Coverage Δ
cpp 92.89% <ø> (+6.95%) ⬆️
python_and_cython 92.89% <ø> (-2.83%) ⬇️

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.

Now that we link directly to libdebuginfod.so, we need that library to
be available whenever we're built from source.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
Now that we link directly to libdebuginfod.so, we need that library to
be available whenever we're built from source.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
@pablogsal pablogsal merged commit 71c729a into bloomberg:main May 30, 2024
17 checks passed
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.

3 participants