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

make sure that clang-tools is in the same version across all platforms #532

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

Mic92
Copy link
Contributor

@Mic92 Mic92 commented Dec 9, 2024

We noticed when upgrading nixpkgs in nix, that clang-format would produce different results on macOS vs Linux.
This is not great behaviour especially in CI, because you cannot win. This is because llvmPackage might be in a different version. To solve this, we now always depend on the latest version.

We noticed when upgrading nixpkgs in nix, that clang-format would
produce different results on macOS vs Linux.
This is not great behaviour especially in CI, because you cannot win.
This is because llvmPackage might be in a different version.
To solve this, we now always depend on the latest version.
@sandydoo sandydoo merged commit aa9f40c into cachix:master Dec 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants