-
Notifications
You must be signed in to change notification settings - Fork 150
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
Raw profile version mismatch, no profile can be merged #1192
Comments
Same, I've also tried with grcov 0.8.20 from crate.io. Same result. |
Basically, you have a mismatch between your system's LLVM version (the one you compile your code with, I guess) and the one that is shipped by rust. You can check rust's version by:
|
It seems you are right, my LLVM is now 18.1.8:
|
I'm seeing the same thing on macOS where I use Homebrew LLVM. ❯ rustc --version --verbose
rustc 1.82.0 (f6e511eec 2024-10-15)
binary: rustc
commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14
commit-date: 2024-10-15
host: aarch64-apple-darwin
release: 1.82.0
LLVM version: 19.1.1
❯ brew info llvm
==> llvm: stable 19.1.3 (bottled), HEAD [keg-only]
Next-gen compiler infrastructure
https://llvm.org/
Installed
/opt/homebrew/Cellar/llvm/19.1.3 (8,053 files, 1.9GB)
Poured from bottle using the formulae.brew.sh API on 2024-11-06 at 10:53:46
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/l/llvm.rb
License: Apache-2.0 WITH LLVM-exception How do I fix this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running grcov version 0.8.19. These commands are run while building a docker image.
Here are rust, rustup, grcov versions:
Operating system is Debian GNU/Linux 11 (bullseye).
I am following all the steps mentioned in documentation. How to fix this error?
The text was updated successfully, but these errors were encountered: