mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
BinaryCacheStore: Implement addBuildLog()
This commit is contained in:
parent
4dda1f92aa
commit
5b243a2b4b
3 changed files with 14 additions and 0 deletions
|
@ -96,6 +96,7 @@ void LocalBinaryCacheStore::init()
|
|||
createDirs(binaryCacheDir + "/" + realisationsPrefix);
|
||||
if (writeDebugInfo)
|
||||
createDirs(binaryCacheDir + "/debuginfo");
|
||||
createDirs(binaryCacheDir + "/log");
|
||||
BinaryCacheStore::init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue