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

Add llvm-18 explicitly to installed packages in address sanitizer CI pipeline #1231

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

msimberg
Copy link
Collaborator

@msimberg msimberg commented Dec 6, 2024

llvm-18 provides llvm-symbolizer-18, required to get readable stacktraces from sanitizers.

llvm-18 is a recommended package of clang-18, and will be installed with a regular apt install clang, but it's not a required dependency so it will not be installed with --no-install-recommends.

llvm is a recommended package of clang, and will be installed with a regular apt install clang, but it's
not a required dependency so it will not be installed with --no-install-recommends.
@msimberg msimberg requested a review from rasolca December 6, 2024 08:21
@rasolca rasolca merged commit 1686804 into eth-cscs:master Dec 6, 2024
4 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants