Factor out the building part

This commit is contained in:
Théophane Hufschmitt
2022-03-21 12:14:37 +01:00
parent 9f1b911625
commit 365776f5d7
2 changed files with 132 additions and 77 deletions

View File

@@ -72,6 +72,8 @@ struct RemoteResult
{
return stepStatus == bsCachedFailure ? bsFailed : stepStatus;
}
void updateWithBuildResult(const nix::BuildResult &);
};