mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
Restore the hash mismatch activity
This commit is contained in:
parent
f50117ba4c
commit
136cc106e7
3 changed files with 9 additions and 3 deletions
|
|
@ -2709,14 +2709,12 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
|
|||
store.printStorePath(drvPath),
|
||||
wanted.to_string(HashFormat::SRI, true),
|
||||
got.to_string(HashFormat::SRI, true)));
|
||||
#if 0 // FIXME
|
||||
act->result(resHashMismatch,
|
||||
{
|
||||
{"storePath", store.printStorePath(drvPath)},
|
||||
{"wanted", wanted},
|
||||
{"got", got},
|
||||
});
|
||||
#endif
|
||||
}
|
||||
if (!newInfo0.references.empty()) {
|
||||
auto numViolations = newInfo.references.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue