LibGit2: New version 1.9.2#12728
Conversation
|
Why is LLVMCompilerRT_jll being installed on a non-msan build? That's wrong. |
| ] | ||
|
|
||
| llvm_version = v"13.0.1" | ||
| llvm_version = v"13.0.1+0" |
There was a problem hiding this comment.
This is not the right way to do, PackageSpec in v1.12 prefers taking strings as versions rather than a version number, there are loads of PRs doing that, see #12627 and just search for the error message. But #12728 (comment) should be resolved first, that's unrelated to the the PackageSpec stuff
|
There is I do not understand why this installs |
|
Maybe it's just the check that is happening for all targets? |
No, it's not otherwise all platforms would have failed. |
|
I do not understand why the non-msan |
|
Yes, that is the reason: That's also documented for "Return (emphasis mine). |
|
Is there anything else to do? The pattern |
Use
Of course, but it's an issue regardless. |
|
Ping? |
|
You need to rebuild this. |
|
I see this message in the build log: Is this expected or a problem? |
|
Non-msan julia build can't dlopen msan libraries. |
No description provided.