Merge #55420: buildEnv, substituteAll: disable binary cache

... into staging.
This commit is contained in:
Vladimír Čunát
2019-02-22 13:57:01 +01:00
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ runCommand name
priority = drv.meta.priority or 5;
}) paths);
preferLocalBuild = true;
allowSubstitutes = false;
# XXX: The size is somewhat arbitrary
passAsFile = if builtins.stringLength pkgs >= 128*1024 then [ "pkgs" ] else null;
}