diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-02-12 05:51:53 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-02-12 05:51:53 +0000 |
commit | b0d52855dc57a217c0003fd3aa6cb49fd8ecb2d7 (patch) | |
tree | 6452b4272780216c34e9f2114c0165287e457ec5 /src/libstore/local-store.hh | |
parent | 141cb9a706f73725fd4f8d62569f45bbbf9b6c3b (diff) | |
parent | 4e98f0345c144b9d85bed1f6b0bc509bf7ddc000 (diff) |
Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 6c7ebac1e..9d235ba0a 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -136,6 +136,8 @@ public: void querySubstitutablePathInfos(const StorePathCAMap & paths, SubstitutablePathInfos & infos) override; + bool pathInfoIsTrusted(const ValidPathInfo &) override; + void addToStore(const ValidPathInfo & info, Source & source, RepairFlag repair, CheckSigsFlag checkSigs) override; @@ -145,15 +147,6 @@ public: StorePath addTextToStore(const string & name, const string & s, const StorePathSet & references, RepairFlag repair) override; - void buildPaths( - const std::vector<StorePathWithOutputs> & paths, - BuildMode buildMode) override; - - BuildResult buildDerivation(const StorePath & drvPath, const BasicDerivation & drv, - BuildMode buildMode) override; - - void ensurePath(const StorePath & path) override; - void addTempRoot(const StorePath & path) override; void addIndirectRoot(const Path & path) override; |