Remove failed build caching
This feature was implemented for Hydra, but Hydra no longer uses it.
This commit is contained in:
@@ -39,8 +39,3 @@ create table if not exists DerivationOutputs (
|
||||
);
|
||||
|
||||
create index if not exists IndexDerivationOutputs on DerivationOutputs(path);
|
||||
|
||||
create table if not exists FailedPaths (
|
||||
path text primary key not null,
|
||||
time integer not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user