-
Notifications
You must be signed in to change notification settings - Fork 982
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
[bug] Adding mold linker to conanfile causes dependency loop #17333
Comments
Hi @rdong8 thanks a lot for taking the time to report this This is probably not a bug, but expected behaviour. Your
This means that every package in the As 2 things to note here:
Let me know if this helps :) |
Hey, thanks for the response. I have made the following changes: build:
host:
However I still do have the issue with the dependency loop:
Would it help if I installed mold external to conan and somehow just told conan to use that? I'm not sure if I follow fully but it seems like part of the problem is mold itself needing to be built. |
Describe the bug
OS: Fedora 41
Compiler: Clang 19.1.0
Conan version: 2.9.2
How to reproduce it
Add the sections from this page to your conanfile. Then run your
conan install
, ie.:Result:
The text was updated successfully, but these errors were encountered: