Resolve merge conflicts

This commit is contained in:
Eitan Seri-Levi
2026-05-17 12:13:00 +03:00
161 changed files with 1979 additions and 1320 deletions

View File

@@ -20,6 +20,7 @@ fn build_result(repo_dir: &Path) -> Output {
.arg("src/Nethermind/Nethermind.sln")
.arg("-c")
.arg("Release")
.arg("-p:TreatWarningsAsErrors=false")
.current_dir(repo_dir)
.output()
.expect("failed to make nethermind")