Skip to content

Commit

Permalink
Merge branch 'ca-derivations-prep' into nix-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Dec 11, 2023
2 parents bfe3567 + 6e67884 commit 7f3e2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hydra-queue-runner/queue-monitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,7 @@ void State::processJobsetSharesChange(Connection & conn)

BuildOutput State::getBuildOutputCached(Connection & conn, nix::ref<nix::Store> destStore, const nix::StorePath & drvPath)
{

auto derivationOutputs = localStore->queryDerivationOutputMap(drvPath);
auto derivationOutputs = destStore->queryDerivationOutputMap(drvPath, &*localStore);

{
pqxx::work txn(conn);
Expand Down

0 comments on commit 7f3e2c8

Please sign in to comment.