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

ci: explicitly install libclang-rt-dev in valgrind jobs #27459

Merged
merged 1 commit into from Apr 13, 2023

Conversation

fanquake
Copy link
Member

This fixes some cases, i.e under --no-install-recommends, where libclang-rt-dev wouldn't be installed, and configuring would then fail.

Followup to #27444.

This fixes some cases, i.e under --no-install-recommends, where
libclang-rt-dev wouldn't be installed, and configuring would then fail.

Followup to bitcoin#27444.
@DrahtBot
Copy link
Contributor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

@fanquake fanquake requested a review from maflcko April 13, 2023 10:23
@DrahtBot DrahtBot added the Tests label Apr 13, 2023
Copy link
Member

@maflcko maflcko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. It is good to fix bugs, but it would be better to fix all related bugs. Maybe #27436 (comment) is related?

@fanquake
Copy link
Member Author

Maybe #27436 (comment) is related?

I'm pretty certain this is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005341, which isn't related to this change, but seems to have been broken in Debian for libc++ & fuzzing for LLVM versions 12 through 16. I'll file a new issue with the libc++ 16 package, and debug futher.

@fanquake fanquake merged commit cd59bb2 into bitcoin:master Apr 13, 2023
8 of 16 checks passed
@fanquake fanquake deleted the explicit_libclang_rt_dev branch April 13, 2023 11:16
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Apr 13, 2023
…nd jobs

2c60826 ci: explicitly install libclang-rt-dev in valgrind jobs (fanquake)

Pull request description:

  This fixes some cases, i.e under --no-install-recommends, where libclang-rt-dev wouldn't be installed, and configuring would then fail.

  Followup to bitcoin#27444.

Top commit has no ACKs.

Tree-SHA512: d1ab0050731df47c21f6ac4f575a728b045b4617beaa1fa8b878050e07e5ddda18fb7d066c7b32bee5ed0ac0e878958a812d4c6b5bd704612755ccb3c172d7e2
@bitcoin bitcoin locked and limited conversation to collaborators Apr 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants