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

Coverage pipeline is failing. #1386

Open
2 tasks done
Stevenjin8 opened this issue Dec 12, 2024 · 1 comment
Open
2 tasks done

Coverage pipeline is failing. #1386

Stevenjin8 opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
area/testing Area: Testing

Comments

@Stevenjin8
Copy link
Contributor

Stevenjin8 commented Dec 12, 2024

Its failing because the toolchain version of apt install llvm is different from the one use by rustc.

The solution is to use install the llvm-tools rustup component so that we do not rely on Ubuntu's llvm version to match rustc's.

TODO:

@Stevenjin8 Stevenjin8 self-assigned this Dec 12, 2024
@Stevenjin8 Stevenjin8 added the area/testing Area: Testing label Dec 12, 2024
@Stevenjin8
Copy link
Contributor Author

Both got merged and things work inside the container on my machine... but fail in actual CI. Hoping that the tests are just flaky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Area: Testing
Projects
None yet
Development

No branches or pull requests

1 participant