Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into use-store-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Dec 4, 2023
2 parents 5c7e5b6 + a5d44b6 commit 42cc55a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hydra-queue-runner/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ static Path createLogFileDir(const std::string & logDir, const StorePath & drvPa

void RemoteResult::updateWithBuildResult(const nix::BuildResult & buildResult)
{
RemoteResult thisArrow;

// FIXME: make RemoteResult inherit BuildResult.
timesBuilt = buildResult.timesBuilt;
errorMsg = buildResult.errorMsg;
Expand Down

0 comments on commit 42cc55a

Please sign in to comment.