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: For RedHat, Explicitly Install lld as a Dependency #1260

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

dgreatwood
Copy link
Collaborator

RedHat-Ubi8-Clang builds had started to fail because lld (linker) was not being found. Now we explicitly include "lld" on the "microdnf install" line along with $compiler and the other items, and it works again.

RedHat-Ubi8-Clang builds had started to fail because lld (linker) was
not being found. Now we explicitly include "lld" on the "microdnf
install" line along with $compiler and the other items, and it works
again.
@kiplingw kiplingw self-requested a review November 10, 2024 01:20
@kiplingw kiplingw added portability dependencies Pull requests that update a dependency file unit / CI testing For unit testing and CI (including DEP-8) labels Nov 10, 2024
@kiplingw kiplingw merged commit db681b9 into pistacheio:master Nov 10, 2024
154 of 156 checks passed
@Tachi107
Copy link
Member

Makes sense. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file portability unit / CI testing For unit testing and CI (including DEP-8)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants