mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
build: Add ClangBuildAnalyzer to Nix (#7538)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,7 @@ ccache --version
|
||||
clang --version
|
||||
clang++ --version
|
||||
clang-format --version
|
||||
ClangBuildAnalyzer --version
|
||||
cmake --version
|
||||
conan --version
|
||||
curl --version
|
||||
|
||||
@@ -9,6 +9,7 @@ in
|
||||
{
|
||||
commonPackages = with pkgs; [
|
||||
ccache
|
||||
clangbuildanalyzer
|
||||
cmake
|
||||
conan
|
||||
curlMinimal # needed for codecov/codecov-action
|
||||
|
||||
Reference in New Issue
Block a user